
  

  
  @property --font-size--lg {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 18px;
}
@property --font-size--sm {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 14px;
}
@property --color--primary {
  syntax: "<color>";
  inherits: true;
  initial-value: #3B82F6;
}
@property --font-size--2xl {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 24px;
}
@property --color--red--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FEE2E2;
}
@property --color--red--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FCA5A5;
}
@property --color--red--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #EF4444;
}
@property --color--red--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #B91C1C;
}
@property --color--red--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #7F1D1D;
}
@property --font-size--base {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 16px;
}
@property --color--blue--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #DBEAFE;
}
@property --color--blue--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #93C5FD;
}
@property --color--blue--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #3B82F6;
}
@property --color--blue--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #1D4ED8;
}
@property --color--blue--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #1E3A8A;
}
@property --color--grey--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F5F5F5;
}
@property --color--grey--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #D4D4D4;
}
@property --color--grey--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #737373;
}
@property --color--grey--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #404040;
}
@property --color--grey--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #171717;
}
@property --color--secondary {
  syntax: "<color>";
  inherits: true;
  initial-value: #737373;
}
@property --color--green--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #D1FAE5;
}
@property --color--green--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #6EE7B7;
}
@property --color--green--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #10B981;
}
@property --color--green--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #047857;
}
@property --color--green--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #064E3B;
}
@property --font-family--text {
  syntax: "<custom-ident> | <string>";
  inherits: true;
  initial-value: system-ui;
}
@property --font-weight--bold {
  syntax: "<number>";
  inherits: true;
  initial-value: 700;
}
@property --color--yellow--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FEF3C7;
}
@property --color--yellow--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FCD34D;
}
@property --color--yellow--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F59E0B;
}
@property --color--yellow--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #B45309;
}
@property --color--yellow--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #78350F;
}
@property --font-weight--light {
  syntax: "<number>";
  inherits: true;
  initial-value: 300;
}
@property --font-family--heading {
  syntax: "<custom-ident> | <string>";
  inherits: true;
  initial-value: sans-serif;
}
@property --font-weight--regular {
  syntax: "<number>";
  inherits: true;
  initial-value: 400;
}
@property --font-weight--semi-bold {
  syntax: "<number>";
  inherits: true;
  initial-value: 600;
}

  :host, :root {
  --font-size--lg: 1.125rem;
  --font-size--sm: 0.875rem;
  --color--primary: var(--color--blue--500);
  --font-size--2xl: 1.5rem;
  --color--red--100: #FEE2E2;
  --color--red--300: #FCA5A5;
  --color--red--500: #EF4444;
  --color--red--700: #B91C1C;
  --color--red--900: #7F1D1D;
  --font-size--base: 1rem;
  --color--blue--100: #DBEAFE;
  --color--blue--300: #93C5FD;
  --color--blue--500: #3B82F6;
  --color--blue--700: #1D4ED8;
  --color--blue--900: #1E3A8A;
  --color--grey--100: #F5F5F5;
  --color--grey--300: #D4D4D4;
  --color--grey--500: #737373;
  --color--grey--700: #404040;
  --color--grey--900: #171717;
  --color--secondary: var(--color--grey--500);
  --color--green--100: #D1FAE5;
  --color--green--300: #6EE7B7;
  --color--green--500: #10B981;
  --color--green--700: #047857;
  --color--green--900: #064E3B;
  --font-family--text: system-ui;
  --font-weight--bold: 700;
  --color--yellow--100: #FEF3C7;
  --color--yellow--300: #FCD34D;
  --color--yellow--500: #F59E0B;
  --color--yellow--700: #B45309;
  --color--yellow--900: #78350F;
  --font-weight--light: 300;
  --font-family--heading: sans-serif;
  --font-weight--regular: 400;
  --font-weight--semi-bold: 600;
}
  
  
  [data-nc-theme~="Default"] {
  --font-size--lg: 1.125rem;
  --font-size--sm: 0.875rem;
  --color--primary: var(--color--blue--500);
  --font-size--2xl: 1.5rem;
  --color--red--100: #FEE2E2;
  --color--red--300: #FCA5A5;
  --color--red--500: #EF4444;
  --color--red--700: #B91C1C;
  --color--red--900: #7F1D1D;
  --font-size--base: 1rem;
  --color--blue--100: #DBEAFE;
  --color--blue--300: #93C5FD;
  --color--blue--500: #3B82F6;
  --color--blue--700: #1D4ED8;
  --color--blue--900: #1E3A8A;
  --color--grey--100: #F5F5F5;
  --color--grey--300: #D4D4D4;
  --color--grey--500: #737373;
  --color--grey--700: #404040;
  --color--grey--900: #171717;
  --color--secondary: var(--color--grey--500);
  --color--green--100: #D1FAE5;
  --color--green--300: #6EE7B7;
  --color--green--500: #10B981;
  --color--green--700: #047857;
  --color--green--900: #064E3B;
  --font-family--text: system-ui;
  --font-weight--bold: 700;
  --color--yellow--100: #FEF3C7;
  --color--yellow--300: #FCD34D;
  --color--yellow--500: #F59E0B;
  --color--yellow--700: #B45309;
  --color--yellow--900: #78350F;
  --font-weight--light: 300;
  --font-family--heading: sans-serif;
  --font-weight--regular: 400;
  --font-weight--semi-bold: 600;
}
    


@layer base {
  
  body, :host {
    /* Color */
    
    /* Fonts */
    --font-sans: 'Inter',sans-serif;

    /* Font size */
    
    /* Font weight */
    
    /* Shadows */
    
    /* 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;
    }
  }
}


    .dikKib {
      top:0px;
      color:inherit;
      display:flex;
      padding:1.25rem 2rem;
      z-index:1000;
      position:sticky;
      font-size:inherit;
      background:rgba(255, 255, 255, 0.8);
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-bottom:1px solid rgba(0, 0, 0, 0.05);
      flex-direction:row;
      backdrop-filter:blur(12px);
      justify-content:space-between;
    }

    @media (max-width: 768px) {

    .dikKib {
      padding:1rem;
    }
    }

    .djFPIh {
      color:inherit;
      display:flex;
      padding:8rem 2rem;
      overflow:hidden;
      position:relative;
      font-size:inherit;
      min-height:80vh;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      justify-content:center;
    }

    @media (max-width: 768px) {

    .djFPIh {
      padding:4rem 1rem;
    }
    }

    .dRmWNZ {
      color:#1a1a1a;
      display:block;
      font-size:inherit;
      background:#ffffff;
      flex-shrink:1;
      font-family:"Inter",-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
      font-weight:inherit;
      line-height:1.5;
      flex-direction:row;
      scroll-behavior:smooth;
      webkit-font-smoothing:antialiased;
    }

    .cbWDbq {
      color:inherit;
      display:block;
      padding:4rem 2rem;
      font-size:inherit;
      background:#ffffff;
      border-top:1px solid #eee;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .cfoMoP {
      top:0px;
      left:0px;
      color:inherit;
      right:0px;
      bottom:0px;
      display:block;
      z-index:-1;
      position:absolute;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      pointer-events:none;
    }

    .cGKmZF {
      color:white;
      display:inline;
      padding:0.6rem 1.25rem;
      font-size:0.95rem;
      background:#6b4fbb;
      transition:transform 0.2s, background 0.2s;
      flex-shrink:1;
      font-family:inherit;
      font-weight:600;
      border-radius:99px;
      flex-direction:row;
      text-decoration:none;
    }

    @media (max-width: 768px) {

    .cGKmZF {
      display:none;
    }
    }

    .cGKmZF:hover {
      transform:translateY(-1px);
      background:#5a3fa3;
    }

    .gfpaP {
      color:inherit;
      margin:0px;
      display:block;
      font-size:1.1rem;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .eaeaib {
      color:inherit;
      display:block;
      font-size:inherit;
      border-left:2px solid #6b4fbb;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      padding-left:1.5rem;
      flex-direction:row;
    }

    .AmDbk {
      color:inherit;
      display:block;
      padding:10rem 2rem;
      font-size:inherit;
      text-align:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    @media (max-width: 768px) {

    .AmDbk {
      padding:6rem 1rem;
    }
    }

    .fUYTs {
      color:inherit;
      display:inline;
      font-size:1.25rem;
      flex-shrink:1;
      font-family:inherit;
      font-weight:700;
      flex-direction:row;
      letter-spacing:-0.02em;
      text-decoration:none;
    }

    .fmZcxD {
      top:10%;
      color:inherit;
      right:5%;
      width:300px;
      filter:blur(80px);
      height:300px;
      display:block;
      opacity:0.05;
      position:absolute;
      animation:float 20s infinite alternate ease-in-out;
      font-size:inherit;
      background:#6b4fbb;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:40% 60% 70% 30% / 40% 50% 60% 50%;
      flex-direction:row;
    }

    @keyframes float {
        0% {
          transform: translate(0, 0) rotate(0deg);
        }

        100% {
          transform: translate(20px, 40px) rotate(15deg);
        }
    }

    .fEpdGA {
      left:10%;
      color:inherit;
      width:250px;
      bottom:15%;
      filter:blur(60px);
      height:250px;
      display:block;
      opacity:0.04;
      position:absolute;
      animation:float2 25s infinite alternate-reverse ease-in-out;
      font-size:inherit;
      background:#6b4fbb;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:60% 40% 30% 70% / 60% 30% 70% 40%;
      flex-direction:row;
    }

    @keyframes float2 {
        0% {
          transform: translate(0, 0) rotate(0deg);
        }

        100% {
          transform: translate(-30px, -20px) rotate(-10deg);
        }
    }

    .eecATn {
      top:40%;
      color:inherit;
      right:20%;
      width:150px;
      filter:blur(50px);
      height:150px;
      display:block;
      opacity:0.03;
      position:absolute;
      font-size:inherit;
      background:#6b4fbb;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:50%;
      flex-direction:row;
    }

    .chUgbz {
      top:20%;
      left:40%;
      color:inherit;
      width:200px;
      filter:blur(70px);
      height:200px;
      display:block;
      opacity:0.02;
      position:absolute;
      font-size:inherit;
      background:#6b4fbb;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:30% 70% 50% 50%;
      flex-direction:row;
    }

    .eTOyZo {
      color:#555;
      margin:0px;
      display:block;
      font-size:0.95rem;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .eCdCAH {
      color:inherit;
      display:block;
      padding:8rem 2rem;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    @media (max-width: 768px) {

    .eCdCAH {
      padding:4rem 1rem;
    }
    }

    .cIMaAv {
      gap:1rem;
      color:inherit;
      display:flex;
      opacity:0;
      animation:fadeIn 0.8s 0.6s forwards;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:center;
    }

    @media (min-width: 1024px) {

    .cIMaAv {
      justify-content:flex-start;
    }
    }

    @media (max-width: 768px) {

    .cIMaAv {
      align-items:stretch;
      flex-direction:column;
    }
    }

    @keyframes fadeIn {
        0% {
          opacity: 0;
        }

        0% {
          transform: translateY(10px);
        }

        100% {
          opacity: 1;
        }

        100% {
          transform: translateY(0);
        }
    }

    .feolCw {
      gap:2rem;
      color:inherit;
      display:flex;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    @media (max-width: 768px) {

    .feolCw {
      display:none;
    }
    }

    .bxNytE {
      color:#ff8c00;
      display:inline;
      padding:0.25rem 0.75rem;
      font-size:0.75rem;
      background:#fff1e6;
      flex-shrink:1;
      font-family:inherit;
      font-weight:700;
      border-radius:99px;
      flex-direction:row;
      text-transform:uppercase;
    }

    .evRELN {
      color:#007aff;
      display:inline;
      padding:0.25rem 0.75rem;
      font-size:0.75rem;
      background:#e6f3ff;
      flex-shrink:1;
      font-family:inherit;
      font-weight:700;
      border-radius:99px;
      flex-direction:row;
      text-transform:uppercase;
    }

    .dEAENE {
      color:#28a745;
      display:inline;
      padding:0.25rem 0.75rem;
      font-size:0.75rem;
      background:#e6ffed;
      flex-shrink:1;
      font-family:inherit;
      font-weight:700;
      border-radius:99px;
      flex-direction:row;
      text-transform:uppercase;
    }

    .fjYwZI {
      color:#666;
      display:inline;
      padding:0.25rem 0.75rem;
      font-size:0.75rem;
      background:#f5f5f7;
      flex-shrink:1;
      font-family:inherit;
      font-weight:700;
      border-radius:99px;
      flex-direction:row;
      text-transform:uppercase;
    }

    .dGLSGv {
      color:inherit;
      display:block;
      padding:8rem 2rem;
      font-size:inherit;
      background:#fafafa;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    @media (max-width: 768px) {

    .dGLSGv {
      padding:4rem 1rem;
    }
    }

    .dcIwsM {
      color:inherit;
      display:block;
      font-size:1.1rem;
      flex-shrink:1;
      font-family:inherit;
      font-weight:700;
      margin-bottom:1rem;
      flex-direction:row;
    }

    .bxgdYW {
      color:#666;
      display:inline;
      font-size:0.9rem;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .dcznCG {
      color:inherit;
      display:block;
      opacity:0;
      animation:fadeIn 0.8s 0.2s forwards;
      font-size:4rem;
      flex-shrink:1;
      font-family:inherit;
      font-weight:800;
      line-height:1.1;
      margin-bottom:1.5rem;
      flex-direction:row;
      letter-spacing:-0.04em;
    }

    @media (max-width: 768px) {

    .dcznCG {
      font-size:2.75rem;
    }
    }

    .ewjVQU {
      color:#555;
      display:block;
      font-size:inherit;
      min-height:4.5rem;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      margin-bottom:2rem;
      flex-direction:row;
    }

    .eieJsV {
      gap:0.5rem;
      color:#6b4fbb;
      display:flex;
      font-size:0.9rem;
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:600;
      flex-direction:row;
      text-decoration:none;
    }

    .eieJsV:hover {
      text-decoration:underline;
    }

    .KLetv {
      color:inherit;
      margin:0px;
      display:block;
      font-size:1.5rem;
      flex-shrink:1;
      font-family:inherit;
      font-weight:700;
      flex-direction:row;
    }

    .eduEsw {
      color:inherit;
      border:1px solid rgba(0, 0, 0, 0.05);
      display:block;
      padding:2.5rem;
      font-size:inherit;
      background:white;
      transition:transform 0.3s, box-shadow 0.3s;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:24px;
      flex-direction:row;
    }

    .eduEsw:hover {
      transform:translateY(-8px);
      box-shadow:0 20px 40px rgba(0, 0, 0, 0.05);
    }

    .emnzEt {
      color:white;
      display:inline-block;
      padding:1.25rem 3rem;
      font-size:1.1rem;
      background:#6b4fbb;
      transition:transform 0.2s, background 0.2s, box-shadow 0.2s;
      flex-shrink:1;
      font-family:inherit;
      font-weight:700;
      border-radius:16px;
      flex-direction:row;
      text-decoration:none;
    }

    .emnzEt:hover {
      transform:translateY(-2px);
      background:#5a3fa3;
      box-shadow:0 10px 20px rgba(107, 79, 187, 0.2);
    }

    .TWhBX {
      gap:0.5rem;
      color:inherit;
      display:flex;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .eRSXBH {
      color:inherit;
      display:inline;
      font-size:1.1rem;
      flex-shrink:1;
      font-family:inherit;
      font-weight:700;
      flex-direction:row;
    }

    .eCIGrj {
      color:inherit;
      display:block;
      font-size:inherit;
      text-align:right;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    @media (max-width: 768px) {

    .eCIGrj {
      text-align:left;
    }
    }

    .bVFDkY {
      color:inherit;
      margin:0 auto;
      display:block;
      font-size:inherit;
      max-width:750px;
      text-align:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    @media (min-width: 1024px) {

    .bVFDkY {
      margin:0px;
      text-align:left;
    }
    }

    .cqBdIl {
      color:#6b4fbb;
      display:block;
      opacity:0;
      animation:fadeIn 0.8s forwards;
      font-size:0.9rem;
      flex-shrink:1;
      font-family:inherit;
      font-weight:600;
      margin-bottom:1.5rem;
      flex-direction:row;
      letter-spacing:0.1em;
      text-transform:uppercase;
    }

    .cRhqrc {
      color:#666;
      display:inline;
      font-size:0.95rem;
      transition:color 0.2s;
      flex-shrink:1;
      font-family:inherit;
      font-weight:500;
      flex-direction:row;
      text-decoration:none;
    }

    .cRhqrc:hover {
      color:#1a1a1a;
    }

    .dNUHmF {
      color:inherit;
      display:flex;
      font-size:inherit;
      align-items:flex-start;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      margin-bottom:1.5rem;
      flex-direction:row;
      justify-content:space-between;
    }

    .jiMAT {
      gap:2rem;
      color:inherit;
      display:grid;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      grid-template-columns:repeat(4, 1fr);
    }

    @media (max-width: 1024px) {

    .jiMAT {
      grid-template-columns:repeat(2, 1fr);
    }
    }

    @media (max-width: 640px) {

    .jiMAT {
      grid-template-columns:1fr;
    }
    }

    .bAyhCc {
      color:#666;
      display:block;
      opacity:0;
      animation:fadeIn 0.8s 0.4s forwards;
      font-size:1.25rem;
      max-width:600px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      margin-bottom:3rem;
      flex-direction:row;
    }

    @media (max-width: 768px) {

    .bAyhCc {
      margin:0 auto 2.5rem;
      font-size:1.1rem;
    }
    }

    .dcFuuN {
      gap:2rem;
      color:inherit;
      display:grid;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      grid-template-columns:repeat(2, 1fr);
    }

    @media (max-width: 768px) {

    .dcFuuN {
      grid-template-columns:1fr;
    }
    }

    .dEivrS {
      color:inherit;
      display:block;
      padding:2rem;
      font-size:inherit;
      background:#f5f5f7;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:20px;
      flex-direction:row;
    }

    .ehmUaN {
      color:inherit;
      display:block;
      font-size:2.5rem;
      flex-shrink:1;
      font-family:inherit;
      font-weight:800;
      flex-direction:row;
      letter-spacing:-0.03em;
    }

    .eVaxDs {
      color:inherit;
      display:block;
      font-size:3rem;
      flex-shrink:1;
      font-family:inherit;
      font-weight:800;
      margin-bottom:1.5rem;
      flex-direction:row;
      letter-spacing:-0.04em;
    }

    @media (max-width: 768px) {

    .eVaxDs {
      font-size:2.25rem;
    }
    }

    .estgYC {
      color:inherit;
      display:block;
      font-size:2.5rem;
      flex-shrink:1;
      font-family:inherit;
      font-weight:800;
      margin-bottom:0.5rem;
      flex-direction:row;
      letter-spacing:-0.03em;
    }

    .eROfBi {
      color:inherit;
      display:block;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      margin-bottom:4rem;
      flex-direction:row;
    }

    .ezkHnY {
      gap:2rem;
      color:inherit;
      display:flex;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .dVcoLD {
      color:#666;
      display:block;
      font-size:1.25rem;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      padding-left:40px;
      margin-bottom:3rem;
      padding-right:40px;
      flex-direction:row;
    }

    .cXgxzU {
      color:white;
      display:inline;
      padding:1rem 2rem;
      font-size:inherit;
      background:#1a1a1a;
      transition:transform 0.2s, background 0.2s;
      flex-shrink:1;
      font-family:inherit;
      font-weight:600;
      border-radius:12px;
      flex-direction:row;
      text-decoration:none;
    }

    .cXgxzU:hover {
      transform:translateY(-2px);
      background:#333;
    }

    .fkonaN {
      color:inherit;
      margin:0 auto;
      display:flex;
      font-size:inherit;
      max-width:1100px;
      align-items:flex-end;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:space-between;
    }

    @media (max-width: 768px) {

    .fkonaN {
      gap:2rem;
      align-items:flex-start;
      flex-direction:column;
    }
    }

    .cRicgl {
      color:#999;
      display:inline;
      font-size:0.85rem;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .cQrukj {
      color:#666;
      display:block;
      font-size:1.1rem;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .greIO {
      color:inherit;
      display:block;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .dsIJjl {
      color:inherit;
      margin:0 auto;
      display:block;
      font-size:inherit;
      max-width:700px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .eOZFEb {
      color:#1a1a1a;
      display:inline;
      padding:1rem 2rem;
      font-size:inherit;
      background:#f5f5f7;
      transition:transform 0.2s, background 0.2s;
      flex-shrink:1;
      font-family:inherit;
      font-weight:600;
      border-radius:12px;
      flex-direction:row;
      text-decoration:none;
    }

    .eOZFEb:hover {
      transform:translateY(-2px);
      background:#eeeeef;
    }

    .fnZCXY {
      color:inherit;
      margin:0 auto;
      display:block;
      font-size:inherit;
      max-width:1100px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .exbMEN {
      gap:4rem;
      color:inherit;
      margin:0 auto;
      display:grid;
      font-size:inherit;
      max-width:1100px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      grid-template-columns:1fr 2fr;
    }

    @media (max-width: 768px) {

    .exbMEN {
      gap:2rem;
      grid-template-columns:1fr;
    }
    }