
  

  

  
  
  
  


@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-epilogue: 'Epilogue',sans-serif;
--font-barrio: 'Barrio',display;

    /* 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;
    }
  }
}

      
  .zJBZG {
    display:flex;
  row-gap:2rem;
  position:relative;
  background:radial-gradient(white 0%, var(--pink-400) 50%, var(--purple-600) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  column-gap:2rem;
  min-height:100%;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:center;
  font-family:Epilogue;
  font-weight:var(--font-weight-normal);
  padding-top:2rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:200px;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .BEFTq {
    box-sizing:border-box;
  }
      

      
        
      
      
  .dPqjtI {
    flex:1;
  row-gap:16px;
  column-gap:16px;
  }
      

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

      
        
      
      
  .eBLRzb {
    font-style:italic;
  font-weight:600;
  }
      

      
        
      
      
  .fgypZP {
    display:flex;
  row-gap:16px;
  max-width:100%;
  column-gap:16px;
  align-items:flex-start;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .fEOuXW {
    display:flex;
  row-gap:4rem;
  flex-wrap:wrap;
  column-gap:2rem;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .cOa-dBm {
    display:flex;
  row-gap:1rem;
  column-gap:1rem;
  margin-top:2rem;
  text-align:center;
  align-items:center;
  padding-left:4rem;
  padding-right:4rem;
  justify-content:center;
  }
      

      
        
      
      
  .bNGaPh {
    display:flex;
  font-size:2rem;
  align-items:center;
  font-family:Barrio;
  font-weight:var(--font-weight-normal);
  justify-content:center;
  }
      

      
        
      
      
  .bbfOjU {
    display:flex;
  row-gap:1rem;
  font-size:1.25rem;
  font-family:Epilogue;
  line-height:1.25;
  }
      

      
        
      
      
  .dnBBtb {
    display:block;
  padding-top:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  border-top-left-radius:2rem;
  border-top-right-radius:2rem;
  border-bottom-left-radius:2rem;
  border-bottom-right-radius:2rem;
  }
      

      
  .dnBBtb:focus-visible {
    top:-0.4em;
  box-shadow:0px 0.6em 0px 0px black;
  outline-color:white;
  outline-style:solid;
  outline-width:4px;
  }
      


  .dnBBtb:hover {
    top:-0.4em;
  box-shadow:0px 0.6em 0px 0px black;
  }
      

        
      
      
  .fbxyeg {
    display:flex;
  row-gap:2rem;
  flex-wrap:wrap;
  column-gap:2rem;
  align-items:start;
  padding-left:2rem;
  padding-right:2rem;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .fmxDcI {
    color:black;
  display:flex;
  row-gap:0px;
  flex-wrap:wrap;
  font-size:clamp(4rem, 7vw, 7rem);
  column-gap:0px;
  align-items:center;
  font-family:Barrio;
  font-weight:var(--font-weight-normal);
  text-shadow:-2px 2px 0px #ffffffb0;
  white-space:nowrap;
  flex-direction:column;
  letter-spacing:4px;
  justify-content:center;
  }
      

      
        
      
      
  .eYkRao {
    fill:rgb(255, 255, 255);
  box-sizing:border-box;
  fill-opacity:1;;
  }
      

      
        
      
      
  .ffaWoq {
    margin-top:2rem;
  }
      

      
        
      
      
  .fsGRaq {
    flex:1;
  row-gap:16px;
  max-width:300px;
  column-gap:16px;
  }
      

      
        
      
      
  .ewcsIH {
    right:-18px;
  width:200px;
  bottom:-34px;
  height:200px;
  rotate:0 0 1 -35deg;
  z-index:10;
  position:fixed;
  animation:0.5s ease 100ms 1 normal both running animation-ylAKq;
  transition:all 300ms ease;
  }
      

      
          @media (min-width: 768px) {
            
  .ewcsIH {
    right:-93px;
  width:500px;
  bottom:-95px;
  height:500px;
  }
      

          }
          
        
                  @keyframes animation-ylAKq {
                    
                        0% {
                          translate: 0 100%;
                        }
                        

                        100% {
                          translate: 0 0;
                        }
                        
                  }
                  
      
      
  .cPLirS {
    color:black;
  display:flex;
  row-gap:0px;
  flex-wrap:wrap;
  font-size:clamp(4rem, 7vw, 7rem);
  column-gap:0px;
  flex-basis:;
  align-items:center;
  font-family:Barrio;
  font-weight:var(--font-weight-normal);
  text-shadow:-2px 2px 0px #ffffffb0;
  white-space:nowrap;
  flex-direction:column;
  letter-spacing:4px;
  justify-content:center;
  }
      

      
        
      
      
  .oeEB {
    font-size:2rem;
  font-family:Epilogue;
  }
      

      
        
      
      
  .bJsnYZ {
    font-size:1.5rem;
  font-family:Epilogue;
  }
      

      
        
      
      
  .cZgUAk {
    fill:color(display-p3 1 0.2706 0);
  box-sizing:border-box;
  fill-opacity:1;;
  }
      

      
        
      
      
  .fGElcx {
    font-weight:900;
  }
      

      
        
      
      
  .doYhij {
    color:black;
  display:flex;
  row-gap:0px;
  flex-wrap:wrap;
  font-size:clamp(3rem, 7vw, 7rem);
  column-gap:0px;
  align-items:center;
  font-family:Barrio;
  font-weight:var(--font-weight-normal);
  text-shadow:-2px 2px 0px #ffffffb0;
  white-space:normal;
  flex-direction:column;
  letter-spacing:4px;
  justify-content:center;
  }
      

      
        
      
      
  .bCjDdZ {
    width:600px;
  height:auto;
  animation:2s ease 0ms infinite normal none running animation-bCLlVc;
  aspect-ratio:1/1;
  }
      

      
        
                  @keyframes animation-bCLlVc {
                    
                        0% {
                          translate: 0 0;
                        }
                        

                        30% {
                          translate: 0 -16px;
                        }
                        

                        60% {
                          translate: 0 0;
                        }
                        

                        80% {
                          translate: 0 -8px;
                        }
                        

                        100% {
                          translate: 0 0;
                        }
                        
                  }
                  
      
      
  .bzvTFz {
    background:linear-gradient(red 0%, red 29%, red 45%, blue 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  }
      

      
        
      
      
  .sOxXX {
    width:75px;
  height:75px;
  display:flex;
  background:#ffffff;
  align-items:center;
  justify-content:center;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
        
      
      
  .bZPuSA {
    display:flex;
  row-gap:1rem;
  column-gap:1rem;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .cXIzrg {
    display:flex;
  row-gap:0.5rem;
  column-gap:0.5rem;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .XMayc {
    overflow-x:hidden;
  overflow-y:hidden;
  border-color:black;
  border-style:solid;
  border-width:4px;
  border-top-left-radius:100%;
  border-top-right-radius:100%;
  border-bottom-left-radius:100%;
  border-bottom-right-radius:100%;
  }
      

      
        
      
      
  .efyjRU {
    width:200px;
  height:200px;
  border-top-left-radius:100%;
  border-top-right-radius:100%;
  border-bottom-left-radius:100%;
  border-bottom-right-radius:100%;
  }
      

      
  .efyjRU.blur {
    filter:blur(10px);
  }
      

        
      
      
  .sFJfm {
    font-size:2rem;
  font-family:Barrio;
  }
      

      
        
      
      
  .dvfode {
    font-size:1.5rem;
  max-width:300px;
  text-align:center;
  font-family:Epilogue;
  line-height:1.2;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cDLwvQ {
    display:flex;
  position:relative;
  margin-top:4rem;
  text-align:center;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .ciUeZY {
    display:block;
  opacity:0;
  animation:1s ease var(--delay) 1 normal forwards running animation-fGVjnd;
  min-width:22px;
  transition:all 300ms ease;
  font-family:inherit;
  font-weight:var(--font-weight-black);
  white-space:pre;
  transform-origin:left bottom;
  }
      

      
  .ciUeZY:hover {
    scale:1.1 1.1 1;
  }
      

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

                        0% {
                          transform: rotateZ(var(--angle)) translateY(-100vmax);
                        }
                        

                        100% {
                          opacity: 1;
                        }
                        

                        100% {
                          transform: none;
                        }
                        
                  }
                  
      
      
  .euvBeA {
    top:0px;
  display:flex;
  z-index:1;
  animation:2s ease 0ms 1 normal none running animation-bKKrXZ;
  font-size:clamp(1rem, 2vw, 2rem);
  background:white;
  box-shadow:0px 0.2em 0px 0px #000000;
  transition:all 300ms linear(0 0%, 0.0009 0.7117%, 0.0034 1.3049%, 0.0144 2.6097%, 0.0586 5.2195%, 0.1313 7.8292%, 0.2356 10.5575%, 0.5338 16.2515%, 1 23.1317%, 0.8675 25.86%, 0.7715 28.707%, 0.7383 30.1305%, 0.7129 31.6726%, 0.6991 33.0961%, 0.6952 33.9265%, 0.6944 34.6382%, 0.6957 35.3499%, 0.6994 36.0617%, 0.7133 37.4852%, 0.7361 38.9087%, 0.7705 40.4508%, 0.8638 43.4164%, 1 46.6192%, 0.9404 48.5172%, 0.8981 50.4152%, 0.8725 52.3132%, 0.8657 53.2622%, 0.8629 54.3298%, 0.8647 55.2788%, 0.8705 56.2278%, 0.8959 58.2444%, 0.9357 60.1423%, 1 62.3962%, 0.9487 65.1246%, 0.9362 66.4294%, 0.9326 67.1412%, 0.9312 67.8529%, 0.9321 68.5647%, 0.9352 69.2764%, 0.9482 70.6999%, 1 73.5469%, 0.9742 75.4448%, 0.9675 76.3938%, 0.9646 77.4614%, 0.9663 78.4104%, 0.973 79.4781%, 1 81.6133%, 0.986 83.0368%, 0.9824 83.7485%, 0.9811 84.4603%, 0.982 85.172%, 0.9852 85.8837%, 0.9997 87.4259%, 0.9918 88.7307%, 0.9898 89.7983%, 0.9923 90.7473%, 0.9998 91.8149%, 0.9954 92.8826%, 0.9945 93.5943%, 0.9959 94.306%, 1 95.1364%, 0.9981 95.6109%, 0.9972 96.3227%, 1 97.3903%, 0.9988 98.102%, 0.9998 98.8138%, 1 100%) /*{"type":"bounce","gravity":2.5,"bounciness":0.75,"drag":0.5}*/;
  align-items:center;
  font-family:Barrio;
  font-weight:var(--font-weight-black);
  padding-top:1em;
  border-color:black;
  border-style:solid;
  border-width:0.15em;
  padding-left:2em;
  padding-right:2em;
  flex-direction:column;
  padding-bottom:1em;
  justify-content:center;
  border-top-left-radius:99em;
  border-top-right-radius:99em;
  border-bottom-left-radius:99em;
  border-bottom-right-radius:99em;
  }
      

      
  .euvBeA:hover {
    top:-0.4em;
  box-shadow:0px 0.6em 0px 0px black;
  }
      


  .euvBeA:active {
    top:0.15em;
  box-shadow:0px 0px 0px 0px #00000021;
  }
      


  .euvBeA:focus-visible {
    top:-0.4em;
  box-shadow:0px 0.6em 0px 0px black;
  outline-color:var(--lime-400);
  outline-style:solid;
  outline-width:6px;
  }
      

        
                  @keyframes animation-bKKrXZ {
                    
                        0% {
                          scale: 1 1;
                        }
                        

                        50% {
                          scale: 1.1 1.1;
                        }
                        

                        100% {
                          scale: 1 1;
                        }
                        
                  }
                  
      
      
  .fgeYcx {
    display:flex;
  row-gap:2rem;
  column-gap:2rem;
  align-items:center;
  flex-direction:column;
  padding-bottom:4rem;
  justify-content:center;
  }
      

      
        
      
      
  .rhgjp {
    display:flex;
  font-family:inherit;
  flex-direction:row;
  }
      

      
        
      
      
  .bWpvtW {
    width:75px;
  height:75px;
  border-color:black;
  border-style:solid;
  border-width:2px;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
        
      
      
  .dWHikt {
    display:flex;
  row-gap:2rem;
  flex-wrap:wrap;
  max-width:100%;
  column-gap:2rem;
  min-height:50vh;
  align-items:center;
  flex-direction:column;
  padding-bottom:4rem;
  justify-content:center;
  }
      

      
        
      
      
  .etDnDN {
    display:block;
  opacity:0;
  animation:1s ease var(--delay) 1 normal forwards running animation-fGVjnd;
  min-width:22px;
  transition:all 300ms ease;
  font-family:inherit;
  font-weight:var(--font-weight-black);
  white-space:pre;
  transform-origin:left bottom;
  }
      

      
  .etDnDN:hover {
    scale:1.1 1.1 1;
  cursor:default;
  }
      

        
      
      
  
      

      
        
      
      
  .eZheMs {
    display:flex;
  font-size:2rem;
  align-items:center;
  font-family:Barrio;
  font-weight:var(--font-weight-normal);
  justify-content:flex-start;
  }
      

      
        
      
      
  .KBfZf {
    left:-10px;
  scale:-1 1 1;
  width:200px;
  bottom:-23px;
  height:200px;
  rotate:0 0 1 -25deg;
  z-index:10;
  position:fixed;
  animation:0.5s ease 0ms 1 normal forwards running animation-ylAKq;
  transition:all 300ms ease;
  aspect-ratio:1/1;
  }
      

      
          @media (min-width: 768px) {
            
  .KBfZf {
    left:-60px;
  width:400px;
  bottom:-60px;
  height:400px;
  }
      

          }
          
        
      
      
  .fshLzF {
    color:black;
  display:flex;
  row-gap:0px;
  flex-wrap:wrap;
  font-size:clamp(4rem, 7vw, 7rem);
  max-width:100%;
  column-gap:0px;
  align-items:center;
  font-family:Barrio;
  font-weight:var(--font-weight-normal);
  text-shadow:-2px 2px 0px #ffffffb0;
  white-space:normal;
  flex-direction:column;
  letter-spacing:4px;
  justify-content:center;
  }
      

      
        
      
      
  .edGxxt {
    width:100%;
  display:flex;
  row-gap:0.5rem;
  column-gap:0.5rem;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .bmSTaA {
    font-size:var(--font-size-xl);
  box-sizing:border-box;
  overflow-x:hidden;
  overflow-y:hidden;
  transition:all 200ms ease;
  font-family:Epilogue;
  font-weight:var(--font-weight-normal);
  border-color:black;
  border-style:solid;
  border-width:4px;
  text-decoration-line:underline;
  border-top-left-radius:2rem;
  border-top-right-radius:2rem;
  border-bottom-left-radius:2rem;
  border-bottom-right-radius:2rem;
  }
      

      
  .bmSTaA:focus-visible {
    scale:1.05 1.05 1;
  outline-color:var(--lime-400);
  outline-style:solid;
  outline-width:4px;
  }
      


  .bmSTaA:hover {
    scale:1.05 1.05 1;
  outline-color:var(--lime-400);
  outline-style:solid;
  outline-width:4px;
  }
      

        
      
      
  .bDDVaw {
    width:100%;
  height:100%;
  object-fit:cover;
  aspect-ratio:1/1;
  }
      

      
        
      
      
  .ecvuJQ {
    font-size:3rem;
  }
      

      
        
      
      
  .eqqRPP {
    display:flex;
  row-gap:8px;
  font-size:var(--font-size-xl);
  box-sizing:border-box;
  column-gap:8px;
  align-items:center;
  font-family:Epilogue;
  font-weight:var(--font-weight-normal);
  padding-top:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:flex-start;
  border-top-left-radius:2rem;
  border-top-right-radius:2rem;
  border-bottom-left-radius:2rem;
  border-bottom-right-radius:2rem;
  }
      

      
        
      
      
  
      

      
          @media (min-width: 960px) {
            
  .HomePage\:t6SXmA-waP088SlVtMKmG {
    width:560px;
  }
      

          }
          
        
      
      
  .eoxAoL {
    width:75px;
  height:75px;
  background:#ffffff;
  padding-top:8px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:8px;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
        
      
      
  .fGHpmm {
    width:100%;
  height:auto;
  display:flex;
  row-gap:2rem;
  flex-wrap:wrap;
  max-width:1800px;
  column-gap:2rem;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .ehLHFP {
    width:0px;
  height:0px;
  display:inline;
  opacity:0;
  position:absolute;
  }
      

      
        
      
      
  .eKOFPN {
    display:flex;
  position:relative;
  margin-top:2rem;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      