
  

  
  

  
  
  
  
    


@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-antonsc: 'Anton SC',sans-serif;
--font-aguafinascript: 'Aguafina Script',handwriting;
--font-aboreto: 'Aboreto',display;
--font-meiescript: 'Meie Script',handwriting;
--font-abrilfatface: 'Abril Fatface',display;
--font-playfairdisplaysc: 'Playfair Display SC',serif;
--font-calsans: 'Cal Sans',sans-serif;
--font-allan: 'Allan',display;
--font-aladin: 'Aladin',display;
--font-alexbrush: 'Alex Brush',handwriting;
--font-bebasneue: 'Bebas Neue',sans-serif;
--font-carattere: 'Carattere',handwriting;
--font-ephesis: 'Ephesis',handwriting;
--font-notable: 'Notable',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;
    }
  }
}

      
  .fkshDu {
    position:relative;
  min-height:100%;
  align-items:center;
  justify-content:center;
  background-color:#000000;
  }
      

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

      
        
      
      
  .bjgqQV {
    color:#ffffff;
  width:2.5rem;
  height:2.5rem;
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  border-radius:0.375rem;
  flex-direction:row;
  justify-content:center;
  }
      

      
  .bjgqQV:hover {
    background:#c8090d;
  }
      


  .bjgqQV:focus {
    outline:none;
  box-shadow:0 0 0 2px var(--tw-ring-color);
  --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);
  }
      


  .bjgqQV {
    box-shadow:0 0 0 2px var(--tw-ring-color);
  --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);
  }
      

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

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

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

      
        
      
      
  .bgRkzF {
    height:20rem;
  display:block;
  overflow:hidden;
  position:relative;
  border-style:solid;
  border-width:0px;
  border-radius:0.5rem;
  flex-direction:row;
  }
      

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

      
        
      
      
  .fBJOeZ {
    color:#ffffff;
  display:block;
  font-size:1.3rem;
  text-align:center;
  font-family:Meie Script;
  font-weight:400;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .dXNoWe {
    display:flex;
  margin-top:3rem;
  align-items:center;
  padding-top:2rem;
  border-color:#edf2f7;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:space-between;
  border-top-width:1px;
  }
      

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

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

      
        
      
      
  .doeWOT {
    color:#ffffff;
  height:2.5rem;
  display:flex;
  font-size:0.875rem;
  background:#000000;
  font-style:normal;
  align-items:center;
  font-weight:500;
  padding-top:0.5rem;
  border-color:#edf2f7;
  border-style:solid;
  border-width:1px;
  padding-left:1.5rem;
  border-radius:0.375rem;
  padding-right:1.5rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:center;
  }
      

      
  .doeWOT:hover {
    background:#2b0909;
  box-shadow:2px 2px 25px  #f82020;
  }
      


  .doeWOT:focus {
    --tw-ring-color:#edf2f7;
  --tw-ring-shadow:0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-offset-width:2px;
  --tw-ring-offset-shadow:0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
      

        
      
      
  .bbRrOc {
    color:#ffffff;
  display:block;
  font-size:0.875rem;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
  .bbRrOc:hover {
    font-size:var(--font-size-base);
  text-decoration:underline;
  }
      

        
      
      
  .ekvXuw {
    gap:1rem;
  color:#000000;
  display:flex;
  margin-top:1.5rem;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .bznogj {
    color:#ffffff;
  width:100%;
  height:100%;
  display:flex;
  position:relative;
  object-fit:none;
  overflow-x:auto;
  overflow-y:auto;
  align-items:center;
  border-style:solid;
  border-width:0px;
  border-radius:0.5rem;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .KjbKB {
    display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .deQOmd {
    width:100%;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:center;
  }
      

      
          @media (min-width: 768px) {
            
  .deQOmd {
    width:50%;
  }
      

          }
          
        
      
      
  .dseWCk {
    width:100%;
  height:200px;
  display:flex;
  margin-top:1rem;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:center;
  transform-origin:center center;
  }
      

      
        
      
      
  .bizsmX {
    left:0rem;
  right:0rem;
  bottom:0rem;
  display:flex;
  padding:2rem;
  position:absolute;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:flex-end;
  --tw-gradient-to:transparent;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to);
  }
      

      
        
      
      
  .bUkvo {
    width:2.5rem;
  height:2.5rem;
  display:flex;
  background:#000000;
  align-items:center;
  border-style:solid;
  border-width:0px;
  border-radius:0.375rem;
  flex-direction:row;
  justify-content:center;
  }
      

      
  .bUkvo:hover {
    background:#f60909;
  }
      


  .bUkvo:focus {
    outline:none;
  box-shadow:0 0 0 2px var(--tw-ring-color);
  --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);
  }
      


  .bUkvo {
    box-shadow:0 0 0 2px var(--tw-ring-color);
  --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);
  }
      

        
      
      
  .fA-dIeI {
    width:50%;
  display:block;
  padding-top:3rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  padding-bottom:3rem;
  background-color:#fff;
  }
      

      
          @media (min-width: 768px) {
            
  .fA-dIeI {
    padding-top:4rem;
  padding-bottom:4rem;
  }
      

          }
          

          @media (min-width: 1024px) {
            
  .fA-dIeI {
    padding-top:5rem;
  padding-bottom:5rem;
  }
      

          }
          
        
      
      
  .evlPZl {
    width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  transition-duration:300ms;
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .evlPZl {
    transform:scale(1.05);
  }
      

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

      
  .fhNaSn:hover {
    color:#000;
  }
      

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

      
        
      
      
  .QSqKi {
    width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .blCdTx {
    color:#718096;
  display:block;
  margin-top:1rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .ezgAMz {
    gap:1rem;
  display:flex;
  overflow:hidden;
  align-items:center;
  border-color:#edf2f7;
  border-style:solid;
  border-width:1px;
  border-radius:0.5rem;
  flex-direction:column;
  justify-content:center;
  background-color:#F9FAFB;
  }
      

      
        
      
      
  .LIgYt {
    width:100%;
  display:flex;
  padding-top:1rem;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  padding-bottom:1rem;
  }
      

      
        
      
      
  .bUHuKS {
    display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .hSdBl {
    gap:1rem;
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .dlFdbw {
    gap:1.5rem;
  top:2rem;
  display:grid;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  grid-template-columns:repeat(1, minmax(0, 1fr));
  }
      

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

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

      
        
      
      
  .fAmMUY {
    width:100%;
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:center;
  }
      

      
          @media (min-width: 768px) {
            
  .fAmMUY {
    width:50%;
  }
      

          }
          
        
      
      
  .wqySB {
    display:flex;
  margin-top:1rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .bAannX {
    top:3rem;
  color:#ffffff;
  width:100%;
  height:2.5rem;
  display:flex;
  font-size:0.875rem;
  background:#000000;
  align-items:center;
  font-weight:500;
  padding-top:0.5rem;
  border-color:#edf2f7;
  border-style:solid;
  border-width:1px;
  padding-left:1.5rem;
  border-radius:0.375rem;
  padding-right:1.5rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:center;
  }
      

      
  .bAannX:hover {
    color:#ffffff;
  background:#7d0c0c;
  font-weight:var(--font-weight-bolder);
  }
      


  .bAannX:focus {
    outline:none;
  box-shadow:0 0 0 2px var(--tw-ring-color);
  --tw-ring-color:#edf2f7;
  --tw-ring-shadow:0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-offset-width:2px;
  --tw-ring-offset-shadow:0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
      

        
      
      
  .evcuNy {
    gap:1rem;
  display:flex;
  padding:1.5rem;
  background:#000000;
  border-color:#2d3748;
  border-style:solid;
  border-width:1px;
  border-radius:0.5rem;
  flex-direction:column;
  }
      

      
        
      
      
  .bSpoUN {
    width:70%;
  display:flex;
  object-fit:cover;
  align-items:center;
  border-style:solid;
  border-width:0px;
  border-radius:0.5rem;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .deUCEa {
    width:2.25rem;
  height:2.25rem;
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  border-radius:0.375rem;
  flex-direction:row;
  justify-content:center;
  }
      

      
          @media (min-width: 768px) {
            
  .deUCEa {
    display:none;
  }
      

          }
          

  .deUCEa:hover {
    background-color:#f7fafc;
  }
      

        
      
      
  .fmPirA {
    display:flex;
  margin-top:1rem;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .bCCVdJ {
    color:#ffffff;
  display:block;
  font-size:1.125rem;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  margin-bottom:1rem;
  flex-direction:row;
  }
      

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

      
        
      
      
  .bfsNCW {
    color:#ffffff;
  display:block;
  font-style:italic;
  font-weight:var(--font-weight-thin);
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .blKCQc {
    display:block;
  font-size:1.875rem;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  margin-bottom:2rem;
  flex-direction:row;
  }
      

      
        
      
      
  .cdrzeW {
    color:#ffffff;
  display:block;
  font-style:italic;
  text-align:center;
  font-weight:var(--font-weight-thin);
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .dquDXf {
    width:100%;
  height:12rem;
  display:block;
  overflow:hidden;
  border-style:solid;
  border-width:0px;
  border-radius:0.375rem;
  flex-direction:row;
  }
      

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

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

      
  .cMSpzn:hover {
    color:#000;
  }
      

        
      
      
  .bfeNUw {
    color:#ffffff;
  display:block;
  font-size:0.875rem;
  font-weight:500;
  border-style:solid;
  border-width:0px;
  margin-bottom:1rem;
  flex-direction:row;
  }
      

      
        
      
      
  .cQpztY {
    width:100%;
  height:100%;
  display:block;
  object-fit:contain;
  text-align:left;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
  .cQpztY:hover {
    display:flex;
  box-shadow:22px 2px 22px 15px #00000024;
  align-items:center;
  justify-content:center;
  }
      

        
      
      
  .frXTHX {
    display:inline-block;
  position:relative;
  text-align:center;
  border-style:solid;
  border-width:0px;
  }
      

      
          @media (min-width: 768px) {
            
  .frXTHX {
    display:flex;
  }
      

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

      
        
      
      
  .XlBNW {
    color:#fff;
  width:100%;
  height:2.5rem;
  display:flex;
  font-size:0.875rem;
  background:#000000;
  align-items:center;
  font-weight:500;
  padding-top:0.5rem;
  border-style:solid;
  border-width:0px;
  padding-left:1rem;
  border-radius:0.375rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:center;
  }
      

      
  .XlBNW:hover {
    background:#591213;
  }
      


  .XlBNW:focus {
    outline:none;
  box-shadow:0 0 0 2px var(--tw-ring-color);
  --tw-ring-color:#2d3748;
  --tw-ring-shadow:0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-offset-width:2px;
  --tw-ring-offset-shadow:0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
      

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

      
        
      
      
  .dcQVBE {
    color:#ffffff;
  display:flex;
  margin-top:1rem;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .cjFdar {
    width:100%;
  display:inline;
  align-items:center;
  margin-left:auto;
  padding-top:4rem;
  border-style:solid;
  border-width:0px;
  margin-right:auto;
  flex-direction:row;
  padding-bottom:4rem;
  justify-content:space-between;
  }
      

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

          }
          

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

          }
          
        
      
      
  .bYDYqJ {
    color:#1a202c;
  display:block;
  font-size:1.25rem;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .kNQMG {
    color:#ffffff;
  width:1.25rem;
  height:1.25rem;
  display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .cVylvX {
    width:10rem;
  position:relative;
  background-color:#000000;
  }
      

      
        
      
      
  .bizryj {
    gap:0.5rem;
  width:100%;
  display:flex;
  padding:1.5rem;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .bbAUxU {
    width:100%;
  display:block;
  margin-top:4rem;
  padding-top:3rem;
  border-color:#edf2f7;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  padding-bottom:3rem;
  border-top-width:1px;
  }
      

      
        
      
      
  .bikvnm {
    color:#000000;
  display:block;
  position:relative;
  font-size:1.5rem;
  text-align:center;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.025em;
  }
      

      
        
      
      
  .bxEpOD {
    color:#ffffff;
  width:30%;
  display:block;
  font-size:var(--font-size-2xl);
  background:#444040e3;
  margin-top:0.5rem;
  text-align:center;
  font-family:Inter;
  font-weight:100;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  transform-origin:center center;
  }
      

      
  .bxEpOD:hover {
    color:#ffffff;
  font-size:var(--font-size-2xl);
  box-shadow:0px 2px 45px 0px #e90c0c;
  align-items:center;
  font-weight:var(--font-weight-lighter);
  text-shadow:2px 2px 4px #c50707;
  justify-content:center;
  }
      

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

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

          }
          
        
      
      
  .nfInU {
    color:#ffffff;
  display:block;
  font-size:0.875rem;
  font-family:inherit;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  text-decoration-line:;
  }
      

      
  .nfInU:hover {
    font-size:var(--font-size-base);
  text-decoration:underline;
  }
      

        
      
      
  .rhHGS {
    width:100%;
  display:flex;
  position:relative;
  align-items:start;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:space-between;
  background-color:#ffffff00;
  }
      

      
          @media (min-width: 640px) {
            
  .rhHGS {
    top:0px;
  left:0px;
  right:0px;
  bottom:];
  position:absolute;
  align-items:center;
  padding-left:1.5rem;
  padding-right:1.5rem;
  justify-content:space-between;
  }
      

          }
          
        
      
      
  .bCGCCQ {
    color:#ffffff;
  width:100%;
  height:100%;
  display:block;
  font-size:3REM;
  text-align:center;
  font-family:Cal Sans;
  font-weight:550;
  line-height:38px;
  text-shadow:3px 3px 20px #000000;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

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

          }
          
        
      
      
  .dGWGvH {
    display:table;
  margin-left:auto;
  border-style:solid;
  border-width:0px;
  margin-right:auto;
  flex-direction:row;
  }
      

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

          }
          
        
      
      
  .cUFDvc {
    width:100%;
  height:100%;
  opacity:0.73;
  align-items:center;
  justify-content:space-between;
  }
      

      
        
      
      
  .vNNhB {
    width:2.25rem;
  height:2.25rem;
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  border-radius:0.375rem;
  flex-direction:row;
  justify-content:center;
  }
      

      
  .vNNhB:hover {
    background-color:#f7fafc;
  }
      

        
      
      
  .dhZPQU {
    color:#a0aec0;
  display:block;
  max-width:36rem;
  margin-left:auto;
  border-style:solid;
  border-width:0px;
  margin-right:auto;
  flex-direction:row;
  }
      

      
        
      
      
  .cIlVjM {
    gap:0.5rem;
  display:flex;
  text-align:center;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .dEA-Dvt {
    width:100%;
  display:block;
  padding-top:4rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  padding-bottom:4rem;
  }
      

      
        
      
      
  .egvKEs {
    gap:1.5rem;
  display:flex;
  margin-top:1rem;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

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

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

      
        
      
      
  .fqaVMO {
    display:inline-block;
  border-style:solid;
  border-width:0px;
  grid-template-columns:repeat(1, minmax(0, 1fr));
  }
      

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

          }
          

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

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

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

          }
          
        
      
      
  .Lzdwk {
    display:block;
  overflow:hidden;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  background-color:#000000;
  }
      

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

      
        
      
      
  .cfXCFn {
    width:100%;
  display:flex;
  align-items:center;
  padding-top:4rem;
  border-style:solid;
  border-width:0px;
  padding-left:4rem;
  padding-right:4rem;
  flex-direction:column;
  padding-bottom:4rem;
  justify-content:center;
  background-color:#ffffff;
  }
      

      
        
      
      
  .bCdUy {
    width:100%;
  display:block;
  margin-left:auto;
  padding-top:2rem;
  border-style:solid;
  border-width:0px;
  margin-right:auto;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:2rem;
  background-color:#000000;
  }
      

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

          }
          

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

          }
          
        
      