:root { 
  --bgbg-10: #ffffff;
  --bgbg-15: #cfdff5;
  --bgbg-20: #1267d4;
  --bgbg-25: #020a15;
  --black: #000000;
  --svgsvg-1: #ffffff;
  --svgsvg-11: #020a15;
  --svgsvg-4: #4182da;
  --svgsvg-7: #0239c9;
  --textneutral-100: #f8f9fa;
  --textneutral-150: #4182da;
  --textneutral-155: #0239c9;
  --textneutral-200: #020a15;
 
  --font-size-l: 34px;
  --font-size-m: 18px;
  --font-size-s: 16px;
  --font-size-xl: 54px;
  --font-size-xs: 14px;
  --font-size-xxl: 194px;
 
  --font-family-inter: "Inter", Helvetica;
  --font-family-montserrat: "Montserrat", Helvetica;
}
.desktoph1 {
  font-family: var(--font-family-montserrat);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
}

.desktoph2 {
  font-family: var(--font-family-montserrat);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
}

.desktoph3 {
  font-family: var(--font-family-montserrat);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
}

.desktoph4 {
  font-family: var(--font-family-montserrat);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
}

.desktopbody-1 {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
}

.desktopbody-2 {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
}

.desktopbody-3 {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
}

.desktopbody-4 {
  font-family: var(--font-family-montserrat);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
}

.desktopbtn-1 {
  font-family: var(--font-family-montserrat);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
}
