
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --text-color-primary: #0a0a0a;
--text-color-secondary: #a6a6a6;
--text-color-white: #ffffff;
--primary-color: #2977ff;
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-outfit: 'Outfit',sans-serif;
--font-plusjakartasans: 'Plus Jakarta Sans',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;
    }
  }
}


    .cCYXsI {
      width:100%;
    }

    .suvpV {
      color:var(--text-color-primary);
      display:block;
      font-size:1.25rem;
      font-weight:600;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .evvbio {
      display:flex;
      background:#f9fafb;
      align-items:center;
      padding-top:2rem;
      padding-left:2rem;
      padding-right:2rem;
      flex-direction:row;
      padding-bottom:2rem;
      justify-content:flex-start;
      border-top-left-radius:2rem;
      border-top-right-radius:2rem;
      border-bottom-left-radius:2rem;
      border-bottom-right-radius:2rem;
    }

    .evtVvy {
      width:100%;
      height:2.75rem;
      display:block;
      background:#f9fafb;
      box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
      margin-top:0.25rem;
      border-color:#e2e8f0;
      border-style:solid;
      border-width:0px;
      padding-left:1rem;
      border-radius:0.5rem;
      padding-right:1rem;
      flex-direction:row;
    }

    .evtVvy:focus {
      border-color:#4299e1;
      --tw-ring-color:#4299e1;
    }

    .dYduXp {
      row-gap:0.5rem;
      column-gap:0.5rem;
      margin-bottom:1rem;
    }

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

    .fjMdhv {
      color:var(--text-color-primary);
      display:block;
      font-size:var(--font-size-3xl);
      font-weight:700;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    @media (min-width: 640px) {

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

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

    @media (min-width: 640px) {

    .caZRYC {
      grid-column:span 2 / span 2;
    }
    }

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

    .cTLmST {
      color:var(--text-color-secondary);
      display:block;
      font-size:var(--font-size-base);
      margin-top:1rem;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .cvPbsQ {
      width:100%;
      height:300px;
      display:flex;
      position:relative;
      max-width:80rem;
      overflow-x:hidden;
      align-items:center;
      border-style:solid;
      border-width:0px;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:row;
      justify-content:flex-start;
      border-top-left-radius:2rem;
      border-top-right-radius:2rem;
      border-bottom-left-radius:2rem;
      border-bottom-right-radius:2rem;
    }

    .bKOPI {
      display:block;
      font-size:var(--font-size-3xl);
      font-weight:700;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      letter-spacing:-0.025em;
    }

    @media (min-width: 640px) {

    .bKOPI {
      font-size:3rem;
    }
    }

    @media (min-width: 768px) {

    .bKOPI {
      font-size:4rem;
    }
    }

    .frjFWb {
      width:100%;
      display:flex;
      row-gap:2rem;
      column-gap:2rem;
      margin-top:var(--tw-space-y);
      --tw-space-y:1.5rem;
      border-style:solid;
      border-width:0px;
      flex-direction:column;
    }

    .fhUSVP {
      color:var(--text-color-primary);
      display:block;
      font-size:var(--font-size-xl);
      font-weight:var(--font-weight-bold);
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .dMURCo {
      color:var(--text-color-primary);
      display:inline;
      font-size:var(--font-size-base);
      font-style:italic;
      font-weight:var(--font-weight-semi-bold);
    }

    .bNa-DPl {
      color:var(--primary-color);
      display:block;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .bNa-DPl:hover {
      text-decoration:underline;
    }

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

    .zMlIY {
      top:0rem;
      left:0rem;
      right:0rem;
      bottom:0rem;
      display:block;
      z-index:0;
      position:absolute;
      border-style:solid;
      border-width:0px;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:row;
      border-top-left-radius:2rem;
      border-top-right-radius:2rem;
      border-bottom-left-radius:2rem;
      border-bottom-right-radius:2rem;
    }

    .cntfwM {
      color:var(--text-color-primary);
      width:100%;
      display:flex;
      font-size:0.875rem;
      font-weight:500;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .dhRJQg {
      color:#fff;
      width:3rem;
      height:3rem;
      display:flex;
      background:var(--primary-color);
      align-items:center;
      flex-shrink:0;
      border-style:solid;
      border-width:0px;
      border-radius:9999px;
      flex-direction:row;
      justify-content:center;
    }

    .eKObQj {
      color:var(--text-color-primary);
      font-size:var(--font-size-3xl);
      font-weight:var(--font-weight-bold);
    }

    .pkSpk {
      color:var(--text-color-white);
      display:block;
      font-size:var(--font-size-xl);
      max-width:42rem;
      margin-top:1rem;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .eziNQH {
      color:#fff;
      width:100%;
      height:100%;
      display:flex;
      z-index:10;
      position:relative;
      text-align:left;
      align-items:flex-start;
      border-style:solid;
      border-width:0px;
      flex-direction:column;
      justify-content:center;
    }

    @media (min-width: 640px) {

    .eziNQH {
      width:100%;
      padding-left:1.5rem;
      padding-right:1.5rem;
    }
    }

    @media (min-width: 1024px) {

    .eziNQH {
      padding-left:2rem;
      padding-right:2rem;
    }
    }

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

    @media (min-width: 640px) {

    .THRyT {
      grid-column:span 2 / span 2;
    }
    }

    .fcedFi {
      flex:1;
      display:block;
      margin-left:1rem;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .eTqIjy {
      top:0rem;
      left:0rem;
      right:0rem;
      bottom:0rem;
      display:block;
      position:absolute;
      background:url("https://images.pexels.com/photos/2202685/pexels-photo-2202685.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2") no-repeat no-repeat center center / 100% auto;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      --tw-bg-opacity:0.6;
    }

    @media (max-width: 1024px) {

    .eTqIjy {
      background:url("https://images.pexels.com/photos/2202685/pexels-photo-2202685.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2") scroll padding-box border-box repeat repeat 0% 0% / cover;
    }
    }

    .fDUQBo {
      color:var(--text-color-primary);
      display:flex;
      font-size:0.875rem;
      font-weight:500;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .bqoxEl {
      display:block;
      margin-top:var(--tw-space-y);
      --tw-space-y:2rem;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .bzYZzS {
      color:var(--text-color-secondary);
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .erueo {
      color:#fff;
      width:1.5rem;
      height:1.5rem;
      display:flex;
      font-size:0.875rem;
      background:var(--text-color-primary);
      align-items:center;
      flex-shrink:0;
      font-weight:700;
      border-style:solid;
      border-width:0px;
      border-radius:9999px;
      flex-direction:row;
      justify-content:center;
    }

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

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

    @media (min-width: 640px) {

    .bBfxEW {
      padding-top:6rem;
      padding-bottom:6rem;
    }
    }

    .PvMVu {
      gap:1.5rem;
      display:grid;
      margin-bottom:1rem;
      flex-direction:row;
      padding-bottom:1rem;
    }

    @media (min-width: 640px) {

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

    .eptqhF {
      color:#3182ce;
      width:1rem;
      height:1rem;
      display:block;
      border-color:#e2e8f0;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .eptqhF:focus {
      --tw-ring-color:#4299e1;
    }

    .feBjYY {
      width:100%;
      display:block;
      padding:1rem;
      background:#f9fafb;
      box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
      margin-top:0.25rem;
      border-color:#e2e8f0;
      border-style:solid;
      border-width:0px;
      border-radius:0.5rem;
      flex-direction:row;
    }

    .feBjYY:focus {
      border-color:#4299e1;
      --tw-ring-color:#4299e1;
    }

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

    @media (min-width: 1024px) {

    .eHfQwL {
      top:8rem;
      position:sticky;
    }
    }

    .bkYNOs {
      row-gap:1.5rem;
      column-gap:1.5rem;
    }

    .evsALB {
      display:flex;
      row-gap:2rem;
      column-gap:2rem;
      margin-top:var(--tw-space-y);
      padding-top:2rem;
      --tw-space-y:1.5rem;
      border-color:#edf2f7;
      border-style:solid;
      border-width:0px;
      flex-direction:column;
      border-top-width:1px;
    }

    .euSsYx {
      color:#2d3748;
      width:100%;
      display:block;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      background-color:#fff;
      -webkit-font-smoothing:antialiased;
      -moz-osx-font-smoothing:grayscale;
    }

    .cjbITf {
      height:1.25rem;
      display:flex;
      align-items:center;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .dZqDzW {
      color:var(--text-color-primary);
      display:block;
      font-size:var(--font-size-lg);
      font-weight:var(--font-weight-bold);
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .btPUSu {
      display:flex;
      row-gap:1rem;
      column-gap:1rem;
      margin-top:1rem;
      align-items:center;
      --tw-space-x:2rem;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .cZlfqj {
      flex:1;
      font-size:0.875rem;
      margin-left:0.75rem;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

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

    .fAFPEV {
      top:0rem;
      left:0rem;
      right:0rem;
      width:100%;
      display:flex;
      z-index:50;
      position:sticky;
      background:#ffffff;
      align-items:center;
      border-style:solid;
      border-width:0px;
      padding-left:2rem;
      padding-right:2rem;
      flex-direction:row;
      --tw-bg-opacity:0.3;
      justify-content:center;
      transition-duration:300ms;
      transition-property:all;
      transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    }

    .eaBDDF {
      width:115px;
    }

    .dIWtFT {
      display:none;
      font-size:1rem;
      align-items:center;
      font-weight:500;
      margin-left:var(--tw-space-x);
      --tw-space-x:2.5rem;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    @media (min-width: 1024px) {

    .dIWtFT {
      display:flex;
      row-gap:1rem;
      column-gap:1rem;
    }
    }

    .etaqwn {
      display:flex;
      align-items:center;
      margin-left:var(--tw-space-x);
      --tw-space-x:1rem;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .bvANyF {
      color:#fff;
      display:flex;
      align-items:center;
      margin-left:var(--tw-space-x);
      --tw-space-x:0.5rem;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .bzyhQh {
      color:#000000;
      display:block;
      font-weight:var(--font-weight-semi-bold);
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      transition-duration:150ms;
      transition-property:opacity;
      transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    }

    .bzyhQh:hover {
      opacity:0.8;
    }

    .eKOKZF {
      left:0rem;
      right:0rem;
      width:100%;
      bottom:100%;
      height:100%;
      display:flex;
      row-gap:2rem;
      position:fixed;
      font-size:2rem;
      background:#ffffff;
      column-gap:2rem;
      transition:all 500ms ease;
      align-items:flex-start;
      font-weight:500;
      --tw-space-x:2.5rem;
      border-style:solid;
      border-width:0px;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:column;
      justify-content:center;
    }

    .eKOKZF.visible {
      top:0rem;
      left:0rem;
      right:0rem;
      bottom:0rem;
      display:flex;
    }

    .eKqJoF {
      width:1rem;
      height:1rem;
    }

    .cCffZU {
      width:100%;
      height:5rem;
      display:flex;
      max-width:80rem;
      align-items:center;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      justify-content:space-between;
    }

    .bGdWku {
      color:#fff;
      display:block;
      padding:0.5rem;
      border-style:solid;
      border-width:0px;
      border-radius:0.375rem;
      flex-direction:row;
    }

    @media (min-width: 1024px) {

    .bGdWku {
      display:none;
    }
    }

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

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

    .caeZTA {
      color:#fff;
      display:none;
      background:var(--primary-color);
      transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1)  , background-color    , border-color    , text-decoration-color    , fill    , stroke    , all 500ms ease;
      font-weight:600;
      padding-top:0.75rem;
      border-style:solid;
      border-width:0px;
      padding-left:1.5rem;
      border-radius:9999px;
      padding-right:1.5rem;
      flex-direction:row;
      padding-bottom:0.75rem;
      transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    }

    @media (min-width: 1024px) {

    .caeZTA {
      display:inline-block;
    }
    }

    .caeZTA:hover {
      background:#000000;
    }

    .fiPNae {
      top:2rem;
      right:2rem;
      width:1rem;
      height:1rem;
      position:absolute;
    }

    .RXJqV {
      display:flex;
      row-gap:2rem;
      column-gap:2rem;
      --tw-space-y:1.5rem;
      border-style:solid;
      border-width:0px;
      flex-direction:column;
    }

    .dPqapZ {
      color:var(--text-color-secondary);
      display:block;
      margin-top:0.25rem;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .dhBuvl {
      display:flex;
      row-gap:1rem;
      column-gap:1rem;
      align-items:center;
      --tw-space-x:0.75rem;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

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

    @media (min-width: 640px) {

    .dBThmx {
      grid-column:span 2 / span 2;
    }
    }

    .dgmSkn {
      display:block;
      box-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
      padding-top:1rem;
      border-style:solid;
      border-width:0px;
      padding-left:2rem;
      padding-right:2rem;
      flex-direction:row;
      padding-bottom:1rem;
      background-color:#fff;
      border-top-left-radius:2rem;
      border-top-right-radius:2rem;
      border-bottom-left-radius:2rem;
      border-bottom-right-radius:2rem;
    }

    @media (min-width: 640px) {

    .dgmSkn {
      padding:2.5rem;
    }
    }

    .eAxeag {
      top:0rem;
      left:0rem;
      right:0rem;
      bottom:0rem;
      display:block;
      position:absolute;
      background:linear-gradient(to left, #ff000000 0%, #000000 100%, #000000 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      --tw-bg-opacity:0.6;
    }

    .eNqsFB {
      color:#3182ce;
      width:1rem;
      height:1rem;
      display:block;
      border-color:#e2e8f0;
      border-style:solid;
      border-width:0px;
      border-radius:0.25rem;
      flex-direction:row;
    }

    .eNqsFB:focus {
      --tw-ring-color:#4299e1;
    }

    .cahDCk {
      color:var(--text-color-secondary);
      display:flex;
      row-gap:0.25rem;
      column-gap:0.25rem;
      font-weight:500;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    @media (max-width: 1024px) {

    .cahDCk {
      font-size:var(--font-size-xxs);
    }
    }

    .dCEGyv {
      color:var(--text-color-primary);
      display:block;
      font-size:0.875rem;
      font-weight:var(--font-weight-bold);
      margin-left:0.75rem;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .bVgasv {
      color:#fff;
      width:100%;
      display:inline-flex;
      font-size:1.125rem;
      background:var(--primary-color);
      transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1)  , background-color    , border-color    , text-decoration-color    , fill    , stroke    , all 500ms ease;
      align-items:center;
      font-weight:600;
      padding-top:1rem;
      border-style:solid;
      border-width:0px;
      padding-left:1.5rem;
      border-radius:9999px;
      padding-right:1.5rem;
      flex-direction:row;
      padding-bottom:1rem;
      justify-content:center;
      transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    }

    .bVgasv:hover {
      scale:0.95 0.95 0.95;
      background:#000000;
    }

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

    .epIsOz {
      width:100%;
      display:flex;
      align-items:center;
      border-style:solid;
      border-width:0px;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:column;
      justify-content:flex-start;
    }

    .eLReux {
      width:2rem;
      height:2rem;
    }

    .eWEXdQ {
      display:block;
      max-width:1280px;
      margin-left:auto;
      border-style:solid;
      border-width:0px;
      margin-right:auto;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:row;
    }

    @media (min-width: 640px) {

    .eWEXdQ {
      padding-left:1.5rem;
      padding-right:1.5rem;
    }
    }

    @media (min-width: 1024px) {

    .eWEXdQ {
      padding-left:2rem;
      padding-right:2rem;
    }
    }

    .dXVckm {
      color:var(--text-color-primary);
      display:block;
      font-size:0.875rem;
      font-weight:500;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .Jkecb {
      color:var(--text-color-primary);
      width:90%;
      height:2.75rem;
      display:block;
      background:#f9fafb;
      box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
      margin-top:0.25rem;
      border-color:#e2e8f0;
      border-style:solid;
      border-width:0px;
      padding-left:1rem;
      border-radius:0.5rem;
      padding-right:1rem;
      flex-direction:row;
    }

    .Jkecb:focus {
      border-color:#4299e1;
      --tw-ring-color:#4299e1;
    }

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

    @media (min-width: 1024px) {

    .fxTOPJ {
      gap:4rem;
      grid-template-columns:repeat(2, minmax(0, 1fr));
    }
    }

    .ccYWFz {
      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: 640px) {

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

    .fwIXoh {
      width:100%;
      display:flex;
      background:#f9fafb;
      box-shadow:0px 7px 19px -11px #00000020;
      align-items:center;
      padding-top:2rem;
      padding-left:2rem;
      padding-right:2rem;
      flex-direction:row;
      padding-bottom:2rem;
      justify-content:flex-start;
      border-top-left-radius:2rem;
      border-top-right-radius:2rem;
      border-bottom-left-radius:2rem;
      border-bottom-right-radius:2rem;
    }

    .WRgGO {
      color:#ffffff;
      width:100%;
      display:block;
      background:#0f0f0f;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .fDASvH {
      color:var(--text-color-secondary);
      display:block;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .fDASvH:hover {
      color:#fff;
    }

    .ftzCkb {
      left:0rem;
      color:#fff;
      right:0rem;
      bottom:0rem;
      display:block;
      opacity:0.05;
      position:absolute;
      font-size:50px;
      text-align:center;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      pointer-events:none;
    }

    @media (min-width: 640px) {

    .ftzCkb {
      font-size:150px;
    }
    }

    .bbDjpp {
      color:var(--text-color-white);
      display:block;
      font-weight:var(--font-weight-bold);
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .eGMSxz {
      color:#ffffff;
      width:2rem;
      height:2rem;
      display:flex;
      background:var(--primary-color);
      align-items:center;
      margin-left:0.75rem;
      border-style:solid;
      border-width:0px;
      border-radius:9999px;
      flex-direction:row;
      justify-content:center;
    }

    .WuHQj {
      display:flex;
      row-gap:4rem;
      flex-wrap:wrap;
      column-gap:4rem;
      align-items:flex-start;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      justify-content:flex-start;
      grid-template-columns:repeat(2, minmax(0, 1fr));
    }

    @media (min-width: 640px) {

    .WuHQj {
      display:flex;
      flex-wrap:wrap;
      align-items:flex-start;
      justify-content:flex-start;
      grid-template-columns:repeat(3, minmax(0, 1fr));
    }
    }

    .bRnwEm {
      color:var(--text-color-secondary);
      display:block;
      font-size:var(--font-size-sm);
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .bRnwEm:hover {
      color:#fff;
    }

    .bGyCGQ {
      display:flex;
      row-gap:0.5rem;
      column-gap:0.5rem;
      margin-top:var(--tw-space-y);
      --tw-space-y:0.5rem;
      border-style:solid;
      border-width:0px;
      flex-direction:column;
    }

    .dMwDMr {
      font-style:italic;
      font-weight:var(--font-weight-bold);
      letter-spacing:-0.4rem;
    }

    @media (min-width: 640px) {

    .dMwDMr {
      letter-spacing:-1rem;
    }
    }

    .enxNW {
      display:block;
      font-weight:var(--font-weight-bolder);
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

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

    .dgHhXR:hover {
      color:#fff;
    }

    .fbakes {
      gap:3rem;
      display:grid;
      z-index:10;
      position:relative;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      grid-template-columns:repeat(1, minmax(0, 1fr));
    }

    @media (min-width: 1024px) {

    .fbakes {
      gap:4rem;
      grid-template-columns:repeat(2, minmax(0, 1fr));
    }
    }

    .elhPrh {
      color:#000000;
      display:inline-flex;
      background:#ffffff;
      margin-top:2rem;
      transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1)  , background-color    , border-color    , text-decoration-color    , fill    , stroke    , all 500ms ease;
      align-items:center;
      font-weight:var(--font-weight-semi-bold);
      padding-top:0.75rem;
      border-style:solid;
      border-width:0px;
      padding-left:2rem;
      border-radius:9999px;
      padding-right:0.75rem;
      flex-direction:row;
      padding-bottom:0.75rem;
      transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    }

    .elhPrh:hover {
      color:#ffffff;
      scale:0.95 0.95 0.95;
      background:var(--primary-color);
    }

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

    @media (min-width: 640px) {

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

    .egNbnu {
      width:1rem;
      height:1rem;
      rotate:0 0 1 0deg;
      display:block;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .eNggFO {
      display:block;
      font-weight:inherit;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .dzxdRd {
      display:block;
      overflow:hidden;
      position:relative;
      max-width:1280px;
      margin-left:auto;
      padding-top:4rem;
      border-style:solid;
      border-width:0px;
      margin-right:auto;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:4rem;
    }

    @media (min-width: 640px) {

    .dzxdRd {
      padding-top:6rem;
      padding-left:1.5rem;
      padding-right:1.5rem;
      padding-bottom:6rem;
    }
    }

    @media (min-width: 1024px) {

    .dzxdRd {
      padding-left:2.5rem;
      padding-right:2.5rem;
    }
    }

    .bwbLro {
      color:var(--text-color-white);
      display:block;
      z-index:10;
      position:relative;
      font-size:0.875rem;
      margin-top:4rem;
      text-align:center;
      padding-top:2rem;
      flex-direction:row;
    }

    .bAGSes {
      flex:1;
      color:var(--text-color-primary);
      display:block;
      font-size:1.25rem;
      font-weight:600;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    @media (max-width: 1024px) {
    }

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