
  

  
  @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--nordic-gold {
  syntax: "<color>";
  inherits: true;
  initial-value: #C4A484;
}
@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 --color--nordic-cream {
  syntax: "<color>";
  inherits: true;
  initial-value: #FDFBF7;
}
@property --color--nordic-border {
  syntax: "<color>";
  inherits: true;
  initial-value: #EAE0D5;
}
@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--nordic-gold: #C4A484;
  --color--yellow--100: #FEF3C7;
  --color--yellow--300: #FCD34D;
  --color--yellow--500: #F59E0B;
  --color--yellow--700: #B45309;
  --color--yellow--900: #78350F;
  --font-weight--light: 300;
  --color--nordic-cream: #FDFBF7;
  --color--nordic-border: #EAE0D5;
  --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--nordic-gold: #C4A484;
  --color--yellow--100: #FEF3C7;
  --color--yellow--300: #FCD34D;
  --color--yellow--500: #F59E0B;
  --color--yellow--700: #B45309;
  --color--yellow--900: #78350F;
  --font-weight--light: 300;
  --color--nordic-cream: #FDFBF7;
  --color--nordic-border: #EAE0D5;
  --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;
    }
  }
}


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

    .NdiXi {
      color:inherit;
      width:100%;
      display:flex;
      padding:16px 24px;
      position:relative;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:space-between;
    }

    .ffWZWc {
      left:0px;
      color:inherit;
      right:0px;
      bottom:0px;
      height:70px;
      display:flex;
      position:fixed;
      font-size:inherit;
      background:white;
      border-top:1px solid #EAE0D5;
      box-shadow:0 -4px 20px rgba(0, 0, 0, 0.05);
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      padding-bottom:env(safe-area-inset-bottom);
      justify-content:space-around;
    }

    .eYibQY {
      gap:4px;
      color:#A0A0A0;
      cursor:pointer;
      display:flex;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .eFDSNs {
      color:inherit;
      width:100%;
      height:100%;
      display:block;
      overflow:visible;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .bgXYxi {
      mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z'/%3E%3Cpath d='M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z'/%3E%3C/svg%3E") no-repeat center /contain;
      color:inherit;
      width:24px;
      height:24px;
      display:block;
      font-size:inherit;
      background:currentColor;
      font-family:inherit;
      font-weight:inherit;
      -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z'/%3E%3Cpath d='M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z'/%3E%3C/svg%3E") no-repeat center /contain;
      flex-direction:row;
    }

    .crcpRM {
      gap:16px;
      color:inherit;
      display:flex;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .dnnDho {
      color:inherit;
      stroke:#F8F3ED;
      display:block;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      stroke-width:0.5;
      flex-direction:row;
    }

    .cvZFii {
      color:inherit;
      width:100%;
      display:flex;
      font-size:inherit;
      margin-top:4px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:space-between;
    }

    .bJAeni {
      mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 9 9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3Cpolyline points='9 22 9 12 15 12 15 22'/%3E%3C/svg%3E") no-repeat center /contain;
      color:inherit;
      width:24px;
      height:24px;
      display:block;
      font-size:inherit;
      background:currentColor;
      font-family:inherit;
      font-weight:inherit;
      -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 9 9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3Cpolyline points='9 22 9 12 15 12 15 22'/%3E%3C/svg%3E") no-repeat center /contain;
      flex-direction:row;
    }

    .lqOGu {
      mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 16v-4'/%3E%3Cpath d='M12 8h.01'/%3E%3C/svg%3E") no-repeat center /contain;
      color:inherit;
      width:24px;
      height:24px;
      display:block;
      font-size:inherit;
      background:currentColor;
      font-family:inherit;
      font-weight:inherit;
      -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 16v-4'/%3E%3Cpath d='M12 8h.01'/%3E%3C/svg%3E") no-repeat center /contain;
      flex-direction:row;
    }

    .bqNvvP {
      color:inherit;
      display:inline;
      font-size:10px;
      font-family:inherit;
      font-weight:500;
      flex-direction:row;
    }

    .dwboUV {
      color:#C4A484;
      margin:0px;
      display:block;
      font-size:14px;
      text-align:left;
      font-family:inherit;
      font-weight:500;
      padding-left:8px;
      flex-direction:row;
      letter-spacing:0.1em;
      text-transform:uppercase;
    }

    .cFurvy {
      mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 3v18h18'/%3E%3Cpath d='m19 9-5 5-4-4-3 3'/%3E%3C/svg%3E") no-repeat center /contain;
      color:inherit;
      width:24px;
      height:24px;
      display:block;
      font-size:inherit;
      background:currentColor;
      font-family:inherit;
      font-weight:inherit;
      -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 3v18h18'/%3E%3Cpath d='m19 9-5 5-4-4-3 3'/%3E%3C/svg%3E") no-repeat center /contain;
      flex-direction:row;
    }

    .dipUcQ {
      gap:20px;
      color:inherit;
      border:1px solid #F0E6D8;
      display:flex;
      padding:24px;
      position:relative;
      font-size:inherit;
      background:white;
      box-shadow:0 4px 24px rgba(226, 114, 91, 0.05);
      font-family:inherit;
      font-weight:inherit;
      border-radius:20px;
      flex-direction:column;
    }

    @media (max-width: 600px) {

    .dipUcQ {
      gap:16px;
      padding:16px;
    }
    }

    .csBKNN {
      color:#A0A0A0;
      width:40px;
      display:inline;
      font-size:11px;
      text-align:center;
      font-family:inherit;
      font-weight:400;
      margin-left:-20px;
      margin-right:-20px;
      flex-direction:row;
    }

    .dXObvI {
      gap:12px;
      color:inherit;
      cursor:pointer;
      display:flex;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .etxhwn {
      gap:4px;
      color:#C4A484;
      cursor:pointer;
      display:flex;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .bKoFQ {
      color:inherit;
      width:12px;
      height:12px;
      display:block;
      font-size:inherit;
      background:white;
      font-family:inherit;
      font-weight:inherit;
      border-radius:50%;
      flex-direction:row;
    }

    .eUqwxB {
      color:inherit;
      border:none;
      cursor:pointer;
      display:inline-block;
      padding:4px;
      font-size:inherit;
      background:none;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      text-decoration:underline;
    }

    .bcSKCp {
      gap:16px;
      color:#4A4A4A;
      display:flex;
      padding:16px 24px 120px 24px;
      font-size:inherit;
      max-width:480px;
      background:#FDFBF7;
      min-height:100vh;
      font-family:inherit;
      font-weight:inherit;
      margin-left:auto;
      margin-right:auto;
      flex-direction:column;
    }

    @media (max-width: 600px) {

    .bcSKCp {
      padding:16px;
      padding-bottom:120px;
    }
    }

    .UdTGh {
      gap:8px;
      color:inherit;
      display:flex;
      padding:12px;
      font-size:inherit;
      background:#FDFBF7;
      align-items:baseline;
      font-family:inherit;
      font-weight:inherit;
      border-radius:12px;
      flex-direction:row;
      justify-content:center;
    }

    .cjCcqw {
      color:#888;
      display:inline;
      font-size:10px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:0.5px;
      text-transform:uppercase;
    }

    .fwhNzW {
      color:inherit;
      width:28px;
      height:16px;
      display:flex;
      font-size:inherit;
      background:var(--bg);
      transition:all 0.3s ease;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      padding-left:var(--pl);
      border-radius:10px;
      flex-direction:row;
    }

    .bGxJYl {
      color:#C4A484;
      display:inline;
      font-size:18px;
      font-family:var(--font-family--text);
      font-weight:600;
      line-height:1.2;
      flex-direction:row;
      letter-spacing:0.02em;
    }

    .edZRCg {
      color:#707070;
      display:inline;
      font-size:12px;
      font-family:inherit;
      font-weight:400;
      line-height:1.2;
      flex-direction:row;
    }

    .cwssJI {
      color:inherit;
      width:auto;
      height:60px;
      display:block;
      font-size:inherit;
      object-fit:contain;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .fjvYiO {
      color:#8C7355;
      display:inline;
      font-size:14px;
      font-family:inherit;
      font-weight:300;
      flex-direction:row;
    }

    .fwiUKy {
      color:#C4A484;
      display:inline;
      font-size:20px;
      font-family:inherit;
      font-weight:500;
      flex-direction:row;
    }

    .egKrUe {
      color:inherit;
      border:1px solid #FFD6CC;
      display:block;
      padding:16px;
      animation:fadeIn 0.5s ease-out;
      font-size:inherit;
      background:#FFF5F2;
      font-family:inherit;
      font-weight:inherit;
      border-radius:16px;
      flex-direction:row;
    }

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

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

        100% {
          opacity: 1;
        }

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

    .coNxiM {
      color:inherit;
      width:100%;
      display:flex;
      position:relative;
      font-size:inherit;
      align-items:flex-end;
      font-family:inherit;
      font-weight:inherit;
      aspect-ratio:2;
      flex-direction:row;
    }

    @media (max-width: 600px) {

    .coNxiM {
      aspect-ratio:1.2;
    }
    }

    .bgUayH {
      color:inherit;
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .UGEXF {
      gap:20px;
      color:inherit;
      border:1px solid #F0E6D8;
      display:flex;
      padding:24px;
      position:relative;
      font-size:inherit;
      background:white;
      box-shadow:0 4px 24px rgba(212, 175, 55, 0.05);
      font-family:inherit;
      font-weight:inherit;
      border-radius:20px;
      flex-direction:column;
    }

    .cwwOXP {
      gap:16px;
      color:#A0A0A0;
      display:flex;
      padding:16px 0;
      font-size:12px;
      margin-top:24px;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:center;
    }

    .emtvSv {
      gap:8px;
      top:12px;
      color:inherit;
      right:12px;
      cursor:pointer;
      display:flex;
      padding:4px 8px;
      z-index:10;
      position:absolute;
      font-size:inherit;
      background:rgba(255, 255, 255, 0.8);
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      border-radius:12px;
      flex-direction:row;
      backdrop-filter:blur(4px);
    }

    .bOoUyc {
      color:inherit;
      width:100%;
      display:flex;
      position:relative;
      font-size:inherit;
      align-items:flex-end;
      font-family:inherit;
      font-weight:inherit;
      aspect-ratio:3;
      flex-direction:row;
    }

    .egBJGW {
      color:inherit;
      display:flex;
      font-size:inherit;
      align-items:flex-start;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      justify-content:center;
    }

    .dHQbRx {
      color:#C4A484;
      height:100vh;
      display:flex;
      padding:24px;
      font-size:inherit;
      background:#FAF7F2;
      align-items:center;
      font-family:sans-serif;
      font-weight:inherit;
      flex-direction:column;
      justify-content:center;
    }

    .ejRsZ {
      color:#B91C1C;
      border:1px solid rgba(185, 28, 28, 0.1);
      display:block;
      padding:14px 16px;
      font-size:14px;
      background:#FEF2F2;
      text-align:center;
      font-family:inherit;
      font-weight:500;
      border-radius:16px;
      margin-bottom:8px;
      flex-direction:row;
    }