
  

  
  

  
  
  
  
    


@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;
--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;
--white: #ffffff;
--black: #000000;
--Darkest: #222625;
--Primary-Light: #1B7D63;
--Primary-Base: #026F52;
--Primary-Dark: #02644A;
--Secondary-Light: #70FFCB;
--Secondary-Base: #10FFA9;
--Secondary-Dark: #0EE698;
--Light-Blue: #4073e2;
    /* Fonts */
    --font-sora: 'Sora',sans-serif;

    /* Font size */
    --font-size-sm: 0.938rem;
--font-size-base: 1.125rem;
--font-size-lg: 1.375rem;
--font-size-xl: 1.75rem;
--font-size-2xl: 2.188rem;
    /* 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 */
    --base: 4rem;
--sm: 8px;
--md: 16px;
--xs: 8px;
--s: 16px;
--m: 32px;
    /* 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;
    }
  }
}


    .fizcPN {
      color:#000000ff;
      width:100%;
      height:100dvh;
      display:flex;
      align-items:center;
      font-family:'Sora';
      flex-direction:column;
      justify-content:start;
      background-color:var(--white, #ffffff);
    }

    .YXJJt {
      width:100%;
      height:100%;
      align-items:center;
      flex-direction:column;
      justify-content:start;
    }

    .bpKqLl {
      top:0px;
      left:0px;
      right:0px;
      bottom:0px;
      z-index:100;
      position:fixed;
      align-items:center;
      justify-content:center;
      background-color:#0000008f;
    }

    .bvMwlr {
      width:100%;
      max-width:600px;
    }

    .dDtVCj {
      font-size:var(--font-size-base);
      font-weight:600;
    }

    @media (min-width: 800px) {

    .dDtVCj {
      font-size:var(--font-size-lg);
    }
    }

    .cRFLDH {
      gap:12px;
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    @media (min-width: 800px) {

    .cRFLDH {
      gap:24px;
      flex-direction:row;
    }
    }

    .byOHWb {
      gap:2px;
    }

    @media (min-width: 800px) {

    .byOHWb {
      gap:4px;
    }
    }

    .dpGgBU {
      color:var(--color-text-secondary, #A3A3A3);
      display:inline-block;
      font-size:var(--font-size-sm);
      font-weight:400;
    }

    .rytMS {
      display:none;
      font-size:var(--font-size-sm);
      font-family:inherit;
      font-weight:inherit;
      padding-top:12px;
      padding-left:16px;
      border-radius:100px;
      padding-right:16px;
      padding-bottom:12px;
      background-color:var(--Secondary-Base, #10FFA9);
    }

    @media (min-width: 800px) {

    .rytMS {
      display:flex;
      padding-top:16px;
      padding-left:32px;
      padding-right:32px;
      flex-direction:column;
      padding-bottom:16px;
    }
    }

    .cOXUmS {
      gap:24px;
      top:0px;
      flex:1;
      width:100%;
      font-size:16px;
      box-shadow:0px 8px 16px 0px rgba(0, 0, 0, 0.10);
      min-height:60px;
      transition:top 100ms linear 0ms;
      align-items:center;
      font-family:'Sora';
      padding-top:16px;
      padding-left:16px;
      border-radius:16px;
      padding-right:16px;
      flex-direction:row;
      padding-bottom:16px;
      justify-content:space-between;
      background-color:var(--white, #ffffff);
    }

    .cOXUmS:hover {
      top:-2px;
      box-shadow:0px 12px 24px 0px rgba(0, 0, 0, 0.10);
      transition:top 100ms linear 0ms;
    }

    .figyqh {
      gap:32px;
      width:100%;
      align-items:start;
      justify-content:start;
      background-image:url("");
    }

    .etgxcE {
      gap:8px;
      color:var(--Darkest, #222625);
      width:144px;
      cursor:pointer;
      height:3rem;
      align-items:center;
      padding-top:12px;
      padding-left:20px;
      border-radius:100px;
      padding-right:20px;
      flex-direction:row;
      padding-bottom:12px;
      justify-content:center;
      background-color:var(--Secondary-Base, #10FFA9);
    }

    .etgxcE:hover {
      background-color:var(--Secondary-Dark, #0EE698);
    }

    .efiKLC {
      width:24px;
    }

    .esknhd {
      gap:8px;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .cCYXsI {
      width:100%;
    }

    .cIxZoO {
      gap:2px;
      color:var(--black, #000000);
      font-size:0.875rem;
    }

    .ePEQcJ {
      color:var(--white, #ffffff);
      width:4rem;
      display:flex;
      outline:none;
      padding:var(--spacing-unit, 8px);
      font-size:var(--font-size-sm);
      align-items:center;
      font-family:'Sora';
      border-radius:var(--border-radius-md, 6px);
      flex-direction:column;
      justify-content:start;
      background-color:var(--Primary-Base, #026F52);
    }

    .ePEQcJ:hover {
      background-color:var(--Primary-Dark, #02644A);
    }

    .ePEQcJ:focus-visible {
      outline-color:var(--color-text-primary, #E5E5E5);
      outline-style:solid;
      outline-width:1px;
    }

    .eoDHKZ {
      gap:var(--spacing-unit, 8px);
      flex-direction:column;
    }

    .bTypZG {
      display:inline-block;
      flex-shrink:1;
      white-space:normal;
    }

    .bBBduo {
      color:var(--white, #ffffff);
      width:fit-content;
      cursor:pointer;
      display:flex;
      outline:none;
      padding:var(--spacing-unit, 8px);
      font-size:var(--font-size-sm);
      align-items:center;
      font-family:'Sora';
      border-radius:var(--border-radius-md, 6px);
      flex-direction:column;
      justify-content:start;
      background-color:var(--Primary-Base, #026F52);
    }

    .bBBduo:hover {
      background-color:var(--Primary-Dark, #02644A);
    }

    .bBBduo:focus-visible {
      outline-color:var(--Secondary-Dark, #0EE698);
      outline-style:solid;
      outline-width:2px;
    }

    .cEvXOh {
      gap:2rem;
      font-size:var(--font-size-sm);
      align-items:center;
      font-family:'Sora';
      padding-top:var(--sm);
      border-color:var(--grey-300, #D4D4D4);
      border-style:solid;
      border-width:1px;
      padding-left:8px;
      align-content:start;
      border-radius:16px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:var(--sm);
      justify-content:space-between;
      background-color:var(--white, #ffffff);
    }

    .cEvXOh:focus-visible {
      outline-color:var(--Secondary-Dark, #0EE698);
      outline-style:solid;
      outline-width:2px;
      background-color:var(--grey-200, #E5E5E5);
    }

    .cdTIOP {
      color:inherit;
      display:inline-block;
      font-size:var(--font-size-sm);
      font-family:'Sora';
      padding-top:var(--md);
      border-color:var(--grey-300, #D4D4D4);
      border-style:solid;
      border-width:1px;
      padding-left:var(--md);
      border-radius:16px;
      padding-right:var(--md);
      padding-bottom:var(--md);
      background-color:var(--white, #ffffff);
    }

    .cAgqcf {
      color:inherit;
      display:flex;
      font-size:var(--font-size-sm);
      min-height:3rem;
      align-items:center;
      font-family:'Sora';
      padding-top:8px;
      border-color:var(--grey-300, #D4D4D4);
      border-style:solid;
      border-width:1px;
      padding-left:8px;
      border-radius:16px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:space-between;
      background-color:var(--white, #ffffff);
    }

    .BQcWi {
      color:var(--black, #000000);
      font-family:'Sora';
    }

    .eMLpJd {
      font-family:'Sora';
    }

    .dUvHHy {
      top:50px;
      width:100%;
      z-index:5;
      position:absolute;
      font-size:var(--font-size-sm);
      box-shadow:0px 0px 10px 0px #00000038;
      overflow-x:hidden;
      overflow-y:hidden;
      font-family:'Sora';
      border-radius:16px;
      background-color:var(--white, #ffffff);
    }

    .htnKa {
      cursor:pointer;
      z-index:;
      position:relative;
      overflow-x:hidden;
      overflow-y:auto;
      font-family:inherit;
      flex-direction:column;
    }

    .bZWNna {
      color:inherit;
      height:3rem;
      display:flex;
      font-size:18px;
      align-items:start;
      font-family:inherit;
      padding-left:20px;
      border-radius:40px;
      padding-right:20px;
      flex-direction:column;
      justify-content:center;
      background-color:var(--white, #ffffff);
    }

    .bZWNna:focus-visible {
      outline-color:var(--Secondary-Base, #10FFA9);
      outline-style:solid;
      outline-width:2px;
      background-color:var(--white, #ffffff);
    }

    .bZWNna.onFocus {
      outline-color:var(--Secondary-Base, #10FFA9);
      outline-style:solid;
      outline-width:2px;
      background-color:var(--white, #ffffff);
    }

    .eaoaeN {
      display:inline-block;
      is-trusted:true;
      min-height:40px;
      font-family:inherit;
      padding-top:8px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:8px;
    }

    .eaoaeN:hover {
      background-color:var(--grey-200, #E5E5E5);
    }

    .eaoaeN:focus-visible {
      outline-color:var(--grey-200, #E5E5E5);
      outline-style:solid;
      outline-width:2px;
      background-color:var(--grey-200, #E5E5E5);
    }

    .cYToQb {
      gap:2px;
      width:100%;
      max-width:600px;
    }

    .eLYWb {
      width:100%;
      max-width:600px;
      align-items:start;
      justify-content:start;
    }

    .bcobbx {
      gap:var(--md);
      width:100%;
      max-width:900px;
      align-items:center;
      padding-top:var(--md);
      padding-left:var(--md);
      padding-right:var(--md);
      padding-bottom:var(--md);
      justify-content:start;
    }

    @media (min-width: 800px) {

    .bcobbx {
      padding-left:0px;
      padding-right:0px;
    }
    }

    .fdGPkM {
      gap:16px;
      width:100%;
      max-width:900px;
      align-items:start;
      flex-direction:column;
      justify-content:start;
    }

    .bkoeoW {
      width:48px;
      height:48px;
      border-radius:8px;
    }

    @media (min-width: 800px) {

    .bkoeoW {
      width:80px;
      height:80px;
    }
    }

    .eKLUOV {
      width:100%;
      height:100%;
      align-items:center;
      border-radius:8px;
      justify-content:center;
      background-color:var(--grey-200, #E5E5E5);
    }

    .cmogbd {
      width:100%;
      height:100%;
      align-items:center;
      border-radius:8px;
      justify-content:center;
      background-color:var(--blue-200, #BFDBFE);
    }

    .dWckxJ {
      gap:8px;
      color:var(--Darkest, #222625);
      width:fit-content;
      cursor:pointer;
      height:44px;
      align-items:center;
      padding-top:12px;
      padding-left:24px;
      border-radius:100px;
      padding-right:24px;
      flex-direction:row;
      padding-bottom:12px;
      justify-content:center;
      background-color:var(--Secondary-Base, #10FFA9);
    }

    .dWckxJ:hover {
      background-color:var(--Secondary-Dark, #0EE698);
    }

    .fFmYri {
      gap:12px;
      color:var(--white);
      width:100%;
      font-size:var(--font-size-sm);
      max-width:900px;
      font-family:'Sora';
      font-weight:inherit;
    }

    .bwZHCW {
      flex:1;
      width:100%;
      height:100%;
      align-items:center;
      justify-content:start;
    }

    .desuNz {
      top:0px;
      left:0px;
      right:0px;
      width:100vw;
      bottom:0px;
      height:100dvh;
      display:flex;
      overflow:hidden;
      position:fixed;
      font-family:inherit;
      flex-direction:column;
    }

    .wiltP {
      display:flex;
      flex-grow:1;
      overflow-y:hidden;
      flex-shrink:1;
      flex-direction:column;
    }

    @media (min-width: 720px) {

    .wiltP {
      height:calc(100vh - 60px);
    }
    }

    .fFxNTW {
      flex:1;
      color:var(--Primary-Base, #026F52);
      font-size:var(--font-size-lg);
      font-weight:700;
    }

    @media (min-width: 720px) {

    .ekptQy {
      display:none;
    }
    }

    .eSEigG {
      display:none;
    }

    @media (min-width: 720px) {

    .eSEigG {
      display:flex;
      flex-direction:column;
    }
    }

    .fzBIOr {
      width:100%;
      text-align:center;
      white-space:normal;
    }

    .eQIVul {
      gap:2px;
      flex:1;
      color:inherit;
      width:20%;
      align-items:center;
      font-family:'Sora';
      justify-content:center;
    }

    .eQIVul.selected {
      padding-bottom:4px;
      border-top-color:var(--Primary-Base, #026F52);
      border-top-style:solid;
      border-top-width:4px;
    }

    .cpEbXt {
      width:100%;
      font-size:12px;
      text-align:center;
      white-space:normal;
    }

    .dcTGRb {
      gap:2px;
      flex:1;
      color:inherit;
      width:20%;
      font-size:inherit;
      align-items:center;
      font-family:'Sora';
      justify-content:center;
    }

    .dcTGRb.selected {
      padding-bottom:4px;
      border-top-color:var(--Primary-Base, #026F52);
      border-top-style:solid;
      border-top-width:4px;
    }

    .cEZfXo {
      color:var(--Darkest, #222625);
      height:86px;
      z-index:1;
      position:relative;
      font-size:12px;
      align-items:stretch;
      flex-direction:row;
      justify-content:space-between;
      background-color:var(--Secondary-Base);
    }

    .NOeMo {
      gap:2px;
      flex:1;
      color:inherit;
      width:20%;
      cursor:pointer;
      font-size:inherit;
      align-items:center;
      font-family:'Sora';
      justify-content:center;
    }

    .NOeMo.selected {
      padding-bottom:4px;
      border-top-color:var(--Primary-Base, #026F52);
      border-top-style:solid;
      border-top-width:4px;
    }

    .fmTXgU {
      color:var(--Darkest, #222625);
      height:100%;
      display:flex;
      position:relative;
      align-items:end;
      font-family:inherit;
      flex-direction:column;
      justify-content:center;
    }

    @media (min-width: 720px) {

    .fmTXgU {
      gap:20px;
      height:100%;
      display:flex;
      align-items:center;
      font-family:inherit;
      flex-direction:row;
      justify-content:end;
    }
    }

    .EcRxI {
      color:var(--Darkest, #222625);
      width:100%;
      cursor:pointer;
      font-size:var(--font-size-sm);
      align-items:start;
      font-family:'Sora';
      padding-top:12px;
      padding-left:12px;
      border-radius:6px;
      padding-right:12px;
      padding-bottom:12px;
      justify-content:center;
      background-color:var(--white, #ffffff);
    }

    .EcRxI:hover {
      background-color:var(--grey-200, #E5E5E5);
    }

    .eHEMNv {
      color:white;
      cursor:pointer;
      height:32px;
      font-size:var(--font-size-sm);
      align-items:center;
      font-weight:var(--font-weight-normal);
      padding-left:8px;
      border-radius:6px;
      padding-right:8px;
      flex-direction:row;
      justify-content:center;
      background-color:var(--Primary-Base, #026F52);
    }

    .MmPky {
      width:200px;
      box-shadow:0px 0px 10px 0px #00000014;
      border-radius:8px;
      background-color:var(--white, #ffffff);
    }

    .bhwQbz {
      cursor:auto;
    }

    .ewXLVn {
      object-fit:;
      justify-content:start;
    }

    .dHyvYN {
      z-index:100;
      position:absolute;
      max-height:0px;
      align-items:stretch;
    }

    .cNuSLM {
      cursor:pointer;
      display:flex;
      outline:none;
      border-radius:var(--border-radius-md, 6px);
      flex-direction:row;
      justify-content:center;
    }

    .cBMmx {
      width:24px;
      height:24px;
    }

    .kfdeC {
      background-color:var(--Primary-Base, #026F52);
    }

    .JNmcO {
      height:100%;
      align-items:start;
      justify-content:center;
    }

    .JNmcO.selected {
      font-weight:var(--font-weight-semi-bold);
      border-bottom-color:var(--Local-Green, #026f52);
      border-bottom-style:solid;
      border-bottom-width:2px;
    }

    .dwtksG:hover {
      color:var(--Local-Green, #026f52);
    }

    .dwtksG.selected {
      font-weight:var(--font-weight-semi-bold);
    }

    .beDKOK {
      height:60px;
      z-index:2;
      position:relative;
      align-items:center;
      font-family:'Sora';
      padding-left:16px;
      padding-right:16px;
      flex-direction:row;
      justify-content:center;
      background-color:var(--Secondary-Base);
    }

    .bzfxiL {
      width:fit-content;
      box-shadow:0px 0px 10px 0px #00000014;
      border-radius:8px;
      background-color:var(--white, #ffffff);
    }

    .cAugwh {
      flex:1;
      color:var(--Primary-Base, #026F52);
      position:relative;
      font-size:var(--font-size-lg);
      font-weight:700;
    }

    .OxuUt {
      gap:8px;
      flex:1;
      align-items:center;
      flex-direction:row;
      justify-content:end;
    }

    .fapkPp {
      color:var(--Darkest, #222625);
      height:100%;
      display:flex;
      font-size:16px;
      align-items:center;
      flex-direction:column;
      justify-content:start;
    }

    @media (min-width: 720px) {

    .fapkPp {
      gap:20px;
      height:100%;
      display:flex;
      align-items:center;
      font-family:inherit;
      flex-direction:row;
      justify-content:center;
    }
    }

    .cMapRJ {
      display:flex;
      row-gap:var(--sm);
      column-gap:var(--sm);
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .cMapRJ::after {
      width:10px;
      height:10px;
      content:"";
      background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/renosyd:chevron-down.png/public") no-repeat 50% / contain;
      padding-top:0px;
      padding-left:8px;
      padding-right:0px;
      padding-bottom:0px;
    }

    .elvEND {
      gap:8px;
      height:60px;
      align-items:center;
      font-family:'Sora';
      padding-left:16px;
      padding-right:16px;
      flex-direction:row;
      justify-content:start;
      background-color:var(--Secondary-Base);
    }

    .fyVrzk {
      height:100%;
      font-family:'Sora';
    }

    .bKdyKJ {
      font-weight:inherit;
    }

    .fuvVTu {
      font-size:var(--font-size-base);
      font-weight:400;
    }

    .dSZRMk {
      gap:16px;
      padding-top:20px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:20px;
    }

    .leilH {
      font-size:var(--font-size-sm);
      font-weight:400;
    }

    .cWuDXP {
      font-size:var(--font-size-lg);
      font-family:inherit;
      font-weight:400;
    }

    .StZCj {
      color:var(--Darkest);
      align-items:start;
      flex-direction:column;
      justify-content:start;
      background-color:var(--white);
    }

    .ePmLHA {
      gap:2px;
      font-size:15px;
      font-weight:300;
    }

    .ckVlhb {
      height:100%;
      z-index:3;
      position:relative;
      align-items:start;
      flex-direction:column;
      justify-content:space-between;
      background-color:var(--white, #ffffff);
    }

    .fjgzkD {
      gap:16px;
      color:var(--white);
      width:100%;
      padding-top:24px;
      padding-left:24px;
      padding-right:24px;
      padding-bottom:24px;
      background-color:var(--blue-600);
    }

    .fxUnSx {
      flex:1;
      width:100%;
      align-items:center;
      padding-top:16px;
      padding-bottom:16px;
      justify-content:start;
    }

    .fmJbDn {
      width:100%;
      align-items:center;
      justify-content:start;
      background-color:var(--Primary-Base, #026F52);
    }

    .cOgeOP {
      gap:12px;
      width:100%;
      max-width:900px;
    }

    .cOryoL {
      width:100%;
      align-items:center;
      padding-top:24px;
      padding-left:16px;
      padding-right:16px;
      flex-direction:column;
      padding-bottom:24px;
      justify-content:start;
    }

    .bGnppu {
      color:var(--Secondary-Base, #10FFA9);
      font-size:var(--font-size-lg);
      font-family:'Sora';
      font-weight:700;
    }

    @media (min-width: 720px) {

    .bGnppu {
      font-size:var(--font-size-xl);
    }
    }

    .dzTLDN {
      color:var(--white, #ffffff);
      font-size:var(--font-size-sm);
      font-family:'Sora';
      font-weight:400;
    }

    @media (min-width: 720px) {

    .dzTLDN {
      font-size:var(--font-size-base);
    }
    }

    .Hjem\:uJcQZVOzKvD-mYKIpEsVc {
      margin-bottom:8px;
    }

    .cyWMjK {
      flex:1;
      width:100%;
      align-items:center;
      justify-content:start;
      background-color:var(--grey-100, #F5F5F5);
    }

    .fzOeLj {
      gap:20px;
      margin-bottom:8px;
      flex-direction:row;
    }