
  

  
  

  
  
  
  
    


@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;
--drf-white: #FFFFFF;
--drf-primary: #242E54;
--drf-primary-low: #242e547a;
--drf-primary-25: #F8F8F8;
--purple-1500: #22839540;
--drf-grey: #E9EAEE;
--drf-link-color: #5E1E96;
--drf-select: #FBECF3;
--drf-link-light: #F4F2F1;
--gad-secondary: #C8B1F5;
--gad-fonts: #122B50;
--gad-button-light: #F4F2F1;
--gad-font-light: #122b5082;
--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;
--LoopRX-primary: #122B50;
--LoopRX-bgclr-light: #E9EFFF;
--LoopRX-grey: #F8F8F8;
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-orbitron: 'Orbitron',sans-serif;
--font-sharetechmono: 'Share Tech Mono',monospace;

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


    .drOoEU {
      flex:1;
      width:100%;
      height:100%;
      flex-grow:1;
      align-items:center;
      justify-content:space-between;
      background-color:var(--drf-white, #FFFFFF);
    }

    .bZqWEu {
      width:100%;
      overflow-y:auto;
      align-items:center;
      justify-content:start;
    }

    .jsApC {
      gap:10px;
      flex-direction:column;
    }

    .dQPukI {
      min-width:0px;
      background:#ffffff;
    }

    .dQPukI.class {
      border-color:#fa0000;
      border-style:solid;
      border-width:1px;
      background-color:var(--red-400, #F87171);
    }

    .cxkJdr {
      flex:1;
      color:var(--drf-primary, #228395);
      font-size:18px;
      background:#ffffff;
      font-family:CircularStd, sans-serif;
      font-weight:400;
      line-height:23.4px;
      padding-top:18px;
      border-color:#d4d4d4;
      border-style:solid;
      border-width:1px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:18px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .cxkJdr::placeholder {
      color:var(--drf-primary-low, #0A4D5A80);
    }

    .cxkJdr:focus-visible {
      border-color:var(--drf-primary, #242E54);
      border-style:solid;
      border-width:1px;
    }

    .Pre-assesment\:-WXwte_IAJ9LhVNjdbA5z {
      flex:1;
    }

    .NuEsF {
      width:100%;
      height:fit-content;
      opacity:1;
      z-index:999;
      position:relative;
      transition:translate 300ms ease 300ms normal, opacity 300ms ease 300ms normal, z-index 300ms ease 300ms normal;
      align-items:center;
      border-radius:17px;
      justify-content:center;
      background-color:var(--drf-white, #FFFFFF);
    }

    @media (max-width: 550px) {

    .NuEsF {
      align-items:center;
      padding-bottom:20px;
      justify-content:start;
    }
    }

    .NuEsF {
      
    @starting-style {
      opacity:0;
    }
    }

    .Pre-assesment\:06o-3D2oooCzojDS67Q3d {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:start;
    }

    .dwOEhF {
      gap:12px;
    }

    .cMwuGJ {
      color:var(--gad-fonts);
      font-size:16px;
      font-weight:700;
    }

    .csJYgU {
      width:100%;
      row-gap:10px;
      column-gap:10px;
    }

    .vSSmT {
      width:100%;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .NEUnq {
      color:var(--drf-primary);
      font-size:14px;
      font-family:CircularStd, sans-serif;
      font-weight:var(--font-weight-semi-bold);
      line-height:20px;
    }

    .cByyoH {
      gap:10px;
      color:var(--drf-primary, #228395);
      width:100%;
      cursor:pointer;
      display:flex;
      background:#ffffff;
      align-items:center;
      padding-top:16px;
      border-color:var(--drf-primary-25, #22839540);
      border-style:solid;
      border-width:0.5px;
      padding-left:16px;
      border-radius:4px;
      padding-right:16px;
      flex-direction:row;
      padding-bottom:16px;
      justify-content:start;
    }

    .cByyoH.selected {
      background:#CBB1F533;
      border-color:var(--gad-secondary, #CE3E84);
      border-style:solid;
      border-width:1px;
    }

    @media (max-width: 550px) {

    .cByyoH {
      align-items:start;
      padding-top:20px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:20px;
      justify-content:center;
    }
    }

    .dYiqUe {
      flex:1;
      display:flex;
      font-size:16px;
      font-weight:var(--font-weight-normal);
      flex-direction:column;
    }

    .fAHQNB {
      width:32px;
      height:32px;
    }

    .cCYXsI {
      width:100%;
    }

    .ogpjV {
      gap:10px;
      width:100%;
    }

    .cydZgu {
      color:var(--gad-fonts);
      font-size:16px;
    }

    .Pre-assesment\:AP22TPOwcskBPLBCAXRwt {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .bsFHFy {
      gap:20px;
    }

    .bbXZDd {
      gap:10px;
      color:var(--drf-white, #FFFFFF);
      width:fit-content;
      cursor:pointer;
      font-size:18px;
      align-items:center;
      font-family:CircularStd, sans-serif;
      font-weight:500;
      line-height:23.4px;
      padding-top:16px;
      border-color:var(--gad-secondary, #CE3E84);
      border-style:solid;
      border-width:2px;
      padding-left:24px;
      border-radius:50px;
      padding-right:24px;
      flex-direction:row;
      padding-bottom:16px;
      justify-content:start;
      background-color:var(--gad-secondary, #CE3E84);
    }

    .cCVvUd {
      width:100%;
      align-items:start;
      flex-direction:row;
      justify-content:start;
    }

    .ebjAyu {
      gap:10px;
      flex-direction:row;
    }

    .fAzhom {
      gap:24px;
      width:100%;
      flex-grow:1;
      max-width:600px;
      align-items:start;
      justify-content:center;
    }

    .bhLaVC {
      color:var(--gad-fonts);
      font-size:18px;
      font-weight:var(--font-weight-bold);
    }

    .dNkknx {
      padding-left:5px;
      padding-right:5px;
    }

    .bLwBZs {
      color:var(--gad-fonts);
      font-size:18px;
      font-weight:var(--font-weight-normal);
    }

    .dLtuwH {
      width:100%;
      flex-direction:row;
    }

    .fewqfa {
      color:var(--drf-primary, #228395);
      font-size:28px;
      font-family:CircularStd, sans-serif;
      font-weight:var(--font-weight-bold);
      line-height:39px;
    }

    .efsleS {
      color:var(--gad-fonts);
      font-size:24px;
      font-weight:var(--font-weight-normal);
      line-height:130%;
    }

    .bHNlnt {
      gap:24px;
      width:100%;
      height:100%;
      position:relative;
      flex-grow:1;
      max-width:600px;
      align-items:center;
      justify-content:center;
    }

    .djWoiX {
      gap:24px;
      width:100%;
      height:100%;
      flex-grow:1;
      align-items:center;
      justify-content:center;
      background-color:var(--drf-white, #FFFFFF);
    }

    .cViDpI {
      width:100%;
      display:flex;
      min-height:90vh;
      flex-direction:column;
      background-color:var(--drf-white, #FFFFFF);
    }

    .Pre-assesment\:LL4slq1ZbazWoPiDAicHE {
      width:100%;
    }

    .evSLy {
      padding-left:5px;
      padding-right:5px;
      text-decoration-line:underline;
    }

    .etxUsc {
      flex:1;
      color:var(--drf-primary, #242E54);
      font-size:14px;
      font-family:CircularStd, sans-serif;
      font-weight:var(--font-weight-normal);
    }

    .eaeRzr {
      top:7.5vh;
      right:0px;
      height:40px;
      z-index:1000;
      position:fixed;
      overflow-y:clip;
    }

    .cErgSA {
      top:40px;
      right:30px;
      display:flex;
      opacity:0;
      position:absolute;
      min-width:200px;
      min-height:40px;
      transition:all 300ms ease 0ms normal;
      align-items:center;
      padding-left:15px;
      border-radius:5px;
      padding-right:15px;
      flex-direction:column;
      justify-content:center;
      background-color:#CE1515;
    }

    .cErgSA.notificationError {
      top:0px;
      right:30px;
      opacity:1;
      transition:all 300ms ease 0ms normal;
      align-items:center;
      justify-content:center;
    }

    .dfGEHs {
      top:40px;
      right:30px;
      opacity:0;
      position:absolute;
      min-width:200px;
      min-height:40px;
      transition:all 300ms ease 0ms normal;
      align-items:center;
      padding-top:10px;
      padding-left:15px;
      border-radius:5px;
      padding-right:15px;
      padding-bottom:10px;
      justify-content:center;
      background-color:#28A745;
    }

    .dfGEHs.notificationSuccess {
      top:0px;
      right:30px;
      opacity:1;
      transition:all 300ms ease 0ms normal;
    }

    .fjSbN {
      color:#ffffff;
      font-size:14px;
      white-space:nowrap;
    }

    .fbtyFD {
      flex:1;
      width:100%;
      align-items:center;
      flex-direction:column;
      padding-bottom:20px;
      justify-content:center;
      background-color:var(--drf-white, #FFFFFF);
    }

    @media (max-width: 550px) {

    .fbtyFD {
      align-items:center;
      justify-content:start;
    }
    }

    .bokKWT {
      width:120px;
      height:auto;
    }

    .fwKyLC {
      color:transparent;
      width:100%;
      font-size:36px;
      font-family:CircularStd, sans-serif;
      font-weight:600;
      line-height:130%;
      background-clip:text;
      background-image:linear-gradient(93.13deg, #2D3D79 -7.43%, #26345B 45.7%);
      -webkit-background-clip:text;
    }

    @media (max-width: 520px) {

    .fwKyLC {
      font-size:48px;
      line-height:110%;
    }
    }

    .egqGpL {
      left:0px;
      width:80px;
      height:80px;
      display:none;
      z-index:2000;
      position:fixed;
      background-color:var(--blue-700, #1D4ED8);
    }

    .fyxcAI {
      width:100%;
      display:flex;
      background:#F8F8F8;
      align-items:start;
      padding-top:20px;
      padding-left:20px;
      padding-right:20px;
      flex-direction:row;
      padding-bottom:20px;
      justify-content:space-between;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .dTIyqA {
      width:100%;
      row-gap:4px;
      column-gap:4px;
    }

    .dTDMkS {
      gap:8px;
      color:var(--drf-white, #FFFFFF);
      cursor:pointer;
      font-size:18px;
      align-items:center;
      font-family:CircularStd, sans-serif;
      font-weight:500;
      line-height:23.4px;
      padding-top:17px;
      padding-left:24px;
      border-radius:40px;
      padding-right:24px;
      flex-direction:row;
      padding-bottom:17px;
      justify-content:center;
      background-color:var(--gad-secondary, #CE3E84);
    }

    .dTDMkS.outline {
      color:var(--gad-secondary, #CE3E84);
      border-color:var(--gad-secondary, #CE3E84);
      border-style:solid;
      border-width:1px;
      background-color:var(--drf-white, #FFFFFF);
    }

    .dTDMkS.disabled {
      cursor:not-allowed;
      opacity:0.3;
    }

    @media (max-height: 550px) {

    .dTDMkS {
      font-size:16px;
    }
    }

    .cTWBHX {
      gap:8px;
      color:#000000;
      font-family:tt-commons-pro;
      font-weight:500;
      flex-direction:row;
    }

    .Pre-assesment\:WZmKlMekbKuto3h9eB-mb {
      flex:1;
      display:none;
    }

    .Pre-assesment\:WvRjZuZ2q2uy1rPll8n_a {
      width:100%;
      flex-direction:row;
    }

    .Pre-assesment\:XAmc5vpiF6B7BsTmR2rAB {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .bGUqnt {
      width:100%;
      display:flex;
      row-gap:5px;
      column-gap:5px;
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      flex-direction:row;
      justify-content:center;
    }

    .csujKe {
      color:var(--drf-primary, #228395);
      font-size:30px;
      font-weight:var(--font-weight-bold);
      line-height:39px;
    }

    .Pre-assesment\:_o-lt7SyF3cJ0yIPIYvL1 {
      flex:1;
    }

    .cQZeAY {
      color:var(--drf-primary, #242E54);
      font-size:14px;
      font-family:CircularStd, sans-serif;
      font-weight:var(--font-weight-normal);
    }

    .eWIord {
      gap:10px;
      color:var(--drf-primary, #242E54);
      width:fit-content;
      cursor:pointer;
      font-size:18px;
      align-items:center;
      font-family:CircularStd, sans-serif;
      font-weight:500;
      line-height:23.4px;
      padding-top:16px;
      border-color:var(--drf-primary, #242E54);
      border-style:solid;
      border-width:2px;
      padding-left:24px;
      border-radius:50px;
      padding-right:24px;
      flex-direction:row;
      padding-bottom:16px;
      justify-content:start;
      background-color:var(--drf-white, #FFFFFF);
    }

    .jvpJd {
      color:var(--drf-primary, #242E54);
      width:100%;
      row-gap:10px;
      font-size:16px;
      column-gap:10px;
      align-items:start;
      font-weight:var(--font-weight-normal);
      padding-left:10px;
      border-radius:6px;
      padding-right:10px;
      justify-content:start;
      background-color:#ffffff;
    }

    .jvpJd::placeholder {
      color:#242e54a3;
      font-size:16px;
      font-weight:var(--font-weight-normal);
    }

    .bcIkZN {
      color:var(--gad-fonts);
      font-size:14px;
      font-weight:500;
      line-height:20px;
    }

    .Pre-assesment\:bGRDVQOQl2V8tU51o2Bow {
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .bwvmhu {
      color:var(--gad-secondary);
      cursor:pointer;
      font-size:16px;
      text-decoration-line:underline;
    }

    .diOgEm {
      flex:0;
      display:flex;
      row-gap:5px;
      column-gap:5px;
      align-items:flex-start;
      justify-content:flex-start;
    }

    .bBnJxz {
      color:var(--drf-primary, #228395);
      font-size:28px;
      font-weight:var(--font-weight-bold);
      line-height:39px;
    }

    .bffBlj {
      gap:10px;
      color:var(--drf-primary, #228395);
      width:100%;
      cursor:pointer;
      display:flex;
      background:#ffffff;
      align-items:center;
      padding-top:16px;
      border-color:#F4F2F1;
      border-style:solid;
      border-width:0.5px;
      padding-left:16px;
      padding-right:16px;
      flex-direction:row;
      padding-bottom:16px;
      justify-content:start;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .bffBlj.selected {
      background:#CBB1F533;
      border-color:var(--gad-secondary, #CE3E84);
      border-style:solid;
      border-width:1px;
    }

    @media (max-width: 550px) {

    .bffBlj {
      align-items:start;
      padding-top:20px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:20px;
      justify-content:center;
    }
    }

    .bUsGpV {
      flex:1;
      display:flex;
      font-size:16px;
      font-family:tt-commons-pro;
      font-weight:400;
      line-height:120%;
      flex-direction:column;
    }

    .eyczXs {
      flex:1;
      width:100%;
      display:flex;
      row-gap:20px;
      max-width:600px;
      column-gap:20px;
      align-items:flex-start;
      justify-content:flex-start;
    }

    .Pre-assesment\:g5NKEOJg17xvUbfQQVrYf {
      width:100%;
    }

    .cemzwV {
      flex:1;
      display:flex;
      row-gap:10px;
      column-gap:10px;
    }

    .Pre-assesment\:h3LunbyO0obJ6bnOfqEyp {
      align-items:center;
      flex-shrink:1;
      padding-left:0px;
      padding-right:0px;
      justify-content:start;
    }

    .Pre-assesment\:iS-b22eFX8VH2s8l-tx1H {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .cAjPyw {
      color:#242E5480;
      font-size:14px;
      font-family:CircularStd, sans-serif;
      font-weight:500;
      line-height:20px;
    }

    .dYtyfs {
      width:100%;
      cursor:pointer;
      display:flex;
      row-gap:5px;
      flex-wrap:wrap;
      column-gap:5px;
      align-items:center;
      padding-top:20px;
      padding-left:20px;
      outline-color:#000000;
      outline-style:solid;
      outline-width:1px;
      padding-right:20px;
      flex-direction:row;
      padding-bottom:20px;
      justify-content:center;
      border-top-left-radius:16px;
      border-top-right-radius:16px;
      border-bottom-left-radius:16px;
      border-bottom-right-radius:16px;
    }

    .Pre-assesment\:lX5-yVxHFm39mgR1Bmdom {
      cursor:pointer;
    }

    .fxHiLu {
      gap:10px;
      flex:1;
      min-width:0px;
    }

    .Pre-assesment\:mypTdqwFXhhvF5yTcCeph {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .cbRHmP {
      gap:10px;
    }

    .cnlItL {
      color:#242E5480;
      font-size:14px;
      font-family:CircularStd, sans-serif;
      font-weight:500;
      line-height:150%;
    }

    .jdumX {
      text-decoration-line:underline;
    }

    .cXaFWO {
      color:var(--drf-primary, #228395);
      display:flex;
      font-size:16px;
      font-family:CircularStd, sans-serif;
      font-weight:500;
      line-height:22px;
      flex-direction:column;
    }

    .bVsoQr {
      color:#242E5480;
      row-gap:10px;
      font-size:14px;
      column-gap:10px;
      font-family:CircularStd, sans-serif;
      font-weight:500;
      line-height:150%;
      padding-top:15px;
      padding-bottom:15px;
    }

    .ciaJWB {
      flex:1;
      display:flex;
      align-items:center;
      justify-content:flex-start;
    }

    .bgwUOs {
      padding-left:5px;
    }

    .fHJZeg {
      width:100%;
      row-gap:16px;
      column-gap:16px;
    }

    .fsriBu {
      width:100%;
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:flex-end;
    }

    .dpiBGD {
      color:var(--gad-fonts);
      font-size:14px;
      margin-bottom:unset;
    }

    .ftZUJG {
      gap:24px;
      width:100%;
      max-width:600px;
      align-items:start;
      justify-content:center;
    }

    .Pre-assesment\:xZXB_HszSxOXIc2xy8PsY {
      width:100%;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .bMPwLy {
      width:100%;
      background:#E9EFFF;
      padding-top:20px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:20px;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .djQmkN {
      gap:24px;
      width:100%;
      flex-grow:1;
      max-width:600px;
      align-items:start;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .Pre-assesment\:ycFABUKPXWDRh4SCoN1g9 {
      width:100%;
    }

    .Pre-assesment\:zFrWJ1CswA5HABIUUKq1T {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .Pre-assesments\:QXQ_GE0H1Myn5tqkqx0We {
      padding-top:10px;
      padding-bottom:10px;
    }

    .dgApaR {
      width:100%;
      height:8vh;
      align-items:center;
      justify-content:center;
      background-color:var(--drf-primary, #242E54);
    }

    .NSMtf {
      height:6vh;
    }

    .dRLxwp {
      width:100%;
      height:8vh;
      background-color:var(--drf-primary, #242E54);
    }