

@layer base {
  
  body, :host {
    /* Color */
    --app-main: #008CCF;
--app-error: #f40b42;
--app-correct: #00B042;
--white: #ffffff;
--app-light: #F0F9FE;
--background-white: #ffffff;
--background-light-gray: #F8F9FA;
--background-medium-gray: #F1F3F5;
--button-primary-background: #0F1419;
--button-primary-text: #ffffff;
--button-primary-hovered: #272C30;
--button-primary-disabled: #87898C;
--button-secondary-background: #ffffff;
--button-secondary-text: #0F1419;
--button-secondary-border: #cfd9de;
--button-secondary-hover-background: #0F1419;
--button-secondary-hover-text: #ffffff;
--button-colored-background: var(--app-main, #1D9BF0);
--button-colored-text: #ffffff;
--button-colored-hover: #007ab3;
--button-underline-text: var(--app-main, #1D9BF0);
--button-colored-outline-text: var(--app-main, #1D9BF0);
--button-colored-outline-background: #ffffff;
--button-colored-outline-outline: var(--app-main, #1D9BF0);
--button-primary-colored-bg: var(--app-main, #0077B6);
--button-primary-colored-hover-bg: #0091EA;
--button-primary-colored-disabled: #B8D6E6;
--button-subscribe-bg: #C936CC;
--button-subscribe-hover-bg: #B531B8;
--icon-primary: #ffffff;
--icon-primary-background: var(--app-main, #1D9BF0);
--icon-default: #6f869f;
--icon-background-hover: #E1EEF6;
--icon-background-red: #F7E0EB;
--icon-selected-red: #F91880;
--text-primary: #0F1419;
--text-secondary: #42576c;
--text-placeholder: #BFBFBF;
--border-primary: #D4DBE2;
    /* Fonts */
    --font-sans: 'Inter',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;
--default-text: 0.9375rem;
    /* 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 */
    --horizontal-gap: 1rem;
--vertical-gap: 0.75rem;
--between-gap: 0.25rem;
    /* 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;
    }
  }
}

      
  .fElrSp {
    width:100%;
  position:relative;
  align-self:center;
  min-height:100vh;
  align-items:center;
  flex-direction:column;
  justify-content:start;
  background-color:#ffffffff;
  }
      

      
        
      
      
  .cVZGeS {
    width:100%;
  max-width:1200px;
  align-items:start;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .bXROJx {
    object-fit:;
  align-items:start;
  font-weight:var(--font-weight-regular);
  flex-direction:column;
  justify-content:start;
  border-bottom-color:var(--grey-200, #E5E5E5);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
      
      
  .eCTbII {
    width:100%;
  cursor:pointer;
  height:100%;
  position:fixed;
  background: rgb(0, 57, 117, 10%);
  }
      

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

      
        
      
      
  .MWxSY {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index:5;
  position:relative;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:end;
  justify-content:start;
  }
      

      
        
      
      
  .blLrTf {
    color:var(--app-main, #0077B6);
  hyphens:auto;
  font-size:12px;
  transition:cursor 0 ease 500ms allow-discrete;
  font-weight:400;
  overflow-wrap:break-word;
  }
      

      
  .blLrTf:hover {
    cursor:pointer;
  text-decoration-line: underline;
  }
      

        
      
      
  .cEpgHn {
    color:#3f3f46;
  font-size:12px;
  text-align:left;
  font-weight:500;
  }
      

      
        
      
      
  .fwEQDM {
    color:var(--button-primary-background);
  font-size:18px;
  font-weight:700;
  }
      

      
        
      
      
  .cdAsGz {
    width:100%;
  row-gap:12px;
  column-gap:12px;
  flex-direction:column;
  }
      

      
        
      
      
  .eDStrV {
    flex:1;
  display:none;
  }
      

      
  .eDStrV.show-custom {
    display:flex;
  }
      

        
      
      
  .kXmSw {
    font-size:20px;
  font-weight:700;
  line-height:20px;
  }
      

      
        
      
      
  .bbxKIy {
    cursor:pointer;
  display:flex;
  row-gap:8px;
  column-gap:8px;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .dPkNmO {
    color:#70707b;
  font-size:12px;
  font-weight:500;
  }
      

      
        
      
      
  .eTWomY {
    color:#6e6e6e;
  font-size:12px;
  font-weight:500;
  margin-left:4px;
  text-decoration-line:line-through;
  }
      

      
        
      
      
  .cKPZyh {
    flex:1  ;
  display:flex;
  row-gap:10px;
  column-gap:10px;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .fqAvhw {
    top:auto;
  left:auto;
  right:auto;
  width:16px;
  bottom:auto;
  height:16px;
  display:none;
  position:absolute;
  align-items:center;
  border-color:black;
  border-style:solid;
  border-width:4px;
  justify-content:center;
  border-top-left-radius:360px;
  border-top-right-radius:360px;
  border-bottom-left-radius:360px;
  border-bottom-right-radius:360px;
  }
      

      
  .fqAvhw.show-custom {
    display:flex;
  }
      

        
      
      
  .fhHaXS {
    height:100%;
  display:flex;
  row-gap:24px;
  column-gap:24px;
  align-items:center;
  justify-content:space-between;
  }
      

      
        
      
      
  .eUWjXU {
    flex:1  ;
  border-color:#e4e4e7;
  border-style:solid;
  border-width:1px;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .eUWjXU.selected {
    border-color:black;
  border-style:solid;
  border-width:1px;
  }
      

        
      
      
  .dGtKvj {
    height:fit-content;
  display:flex;
  align-items:flex-end;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .bBbkdc {
    flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .fDoIKx {
    flex:1  ;
  min-height:var(--between-gap);
  font-weight:var(--font-weight-regular);
  justify-content:center;
  }
      

      
        
      
      
  .eHaWQJ {
    flex:1  ;
  cursor:pointer;
  display:flex;
  row-gap:8px;
  column-gap:8px;
  align-items:center;
  padding-top:17px;
  padding-left:17px;
  padding-right:17px;
  flex-direction:row;
  padding-bottom:17px;
  justify-content:space-between;
  }
      

      
        
      
      
  .bGnffu {
    color:var(--button-primary-text, #ffffff);
  font-size:var(--default-text);
  min-height:2.25rem;
  align-items:center;
  font-weight:700;
  padding-left:1rem;
  border-radius:360px;
  padding-right:1rem;
  flex-direction:row;
  justify-content:center;
  background-color:var(--button-primary-background, #0f1419);
  }
      

      
  .bGnffu:hover {
    cursor:pointer;
  flex-direction:row;
  background-color:var(--button-primary-hovered, #272C30);
  }
      


  .bGnffu:disabled {
    cursor:default;
  background: #00000096;
  }
      

        
      
      
  .pCQCL {
    font-size:inherit;
  text-align:left;
  font-weight:inherit;
  }
      

      
        
      
      
  .popup-subscribe\:G4YJes39kPmgVNgNJaqfP {
    flex:1;
  height:40px;
  font-size:14px;
  font-weight:600;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
        
      
      
  .fvfnVd {
    display:none;
  row-gap:12px;
  column-gap:12px;
  }
      

      
  .fvfnVd.show-custom {
    display:flex;
  }
      

        
      
      
  .aUbi {
    height:12px;
  }
      

      
        
      
      
  .ckDcMP {
    display:none;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
  .ckDcMP.show-custom {
    display:flex;
  }
      

        
      
      
  .bvFVcU {
    font-size:20px;
  font-weight:700;
  }
      

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

      
        
      
      
  .cjUIzT {
    font-size:14px;
  font-weight:700;
  }
      

      
        
      
      
  .bUvYDF {
    display:none;
  }
      

      
  .bUvYDF.show-custom {
    display:flex;
  }
      

        
      
      
  
      

      
        
      
      
  .fCBShV {
    font-size:12px;
  font-weight:500;
  }
      

      
        
      
      
  .bLPYeU {
    row-gap:32px;
  column-gap:32px;
  }
      

      
        
      
      
  .cXWnLu {
    color:#3f3f46;
  font-size:14px;
  font-weight:400;
  }
      

      
        
      
      
  .MqkIY {
    display:none;
  row-gap:12px;
  column-gap:12px;
  flex-direction:row;
  }
      

      
          @media (min-width: 799px) {
            
  .MqkIY {
    display:flex;
  }
      

          }
          
        
      
      
  .ttWN {
    width:100%;
  height:100%;
  display:flex;
  aspect-ratio:1/1;
  border-radius:360px;
  flex-direction:column;
  }
      

      
        
      
      
  .bBTygk {
    row-gap:8px;
  background: hsl(240 4.8% 95.9% / 1);
  column-gap:8px;
  padding-top:16px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:16px;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
        
      
      
  .ZrSpT {
    color:var(--text-primary, #0f1419);
  cursor:pointer;
  display:inline;
  font-size:1rem;
  overflow-x:hidden;
  overflow-y:hidden;
  flex-shrink:0;
  font-weight:500;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      

      
        
      
      
  .boOmf {
    display:none;
  row-gap:12px;
  column-gap:12px;
  flex-direction:row;
  }
      

      
          @media (max-width: 800px) {
            
  .boOmf {
    display:flex;
  }
      

          }
          
        
      
      
  .GXPrO {
    flex:1  ;
  height:fit-content;
  display:flex;
  min-width:0px;
  }
      

      
        
      
      
  .dzsUay {
    row-gap:12px;
  column-gap:12px;
  padding-bottom:16px;
  }
      

      
        
      
      
  .csEMXk {
    row-gap:12px;
  column-gap:12px;
  }
      

      
        
      
      
  .dbKKqo {
    flex:1  ;
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .bBGfNA {
    width:24px;
  cursor:pointer;
  height:24px;
  align-items:center;
  border-color:var(--border-primary, #D4DBE2);
  border-style:solid;
  border-width:1px;
  border-radius:4px;
  justify-content:center;
  background-color:var(--border-primary);
  }
      

      
  .bBGfNA.not-toggled:hover {
    border-color:#6F869F;
  border-style:solid;
  border-width:1px;
  border-radius:4px;
  background-color:var(--border-primary, #D4DBE2);
  }
      


  .bBGfNA.toggled {
    border-color:#1083FE;
  border-style:solid;
  border-width:1px;
  background-color:#F0F7FF;
  }
      


  .bBGfNA.toggled:hover {
    border-color:#0168D5;
  border-style:solid;
  border-width:1px;
  background-color:#CCE5FF;
  }
      

        
      
      
  .bVePnQ {
    display:none;
  }
      

      
  .bVePnQ.show-custom {
    display:flex;
  flex-direction:column;
  }
      

        
      
      
  .popup-subscribe\:g894_HxLr6lO8m_RXWOtB {
    width:20px;
  height:20px;
  background: white;
  }
      

      
        
      
      
  .bROTGK {
    flex:1  ;
  color:var(--text-secondary);
  font-size:12px;
  font-weight:400;
  line-height:16px;
  }
      

      
        
      
      
  .tGZUy {
    color:#079455;
  font-size:14px;
  font-weight:400;
  }
      

      
        
      
      
  .dmPeqh {
    color:var(--app-main);
  font-size:var(--default-text);
  background:;
  align-items:center;
  font-weight:700;
  padding-top:8px;
  border-color:var(--border-primary);
  border-style:solid;
  border-width:1px;
  padding-left:12px;
  border-radius:8px;
  padding-right:12px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:center;
  }
      

      
  .dmPeqh:hover {
    cursor:pointer;
  background: #E8F5FD;
  }
      


  .dmPeqh:disabled {
    cursor:default;
  background-color:var(--button-primary-colored-disabled, #B8D6E6);
  }
      

        
      
      
  .eyVPLS {
    font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .popup-subscribe\:hFEj00ClFnPK85F14mrB_ {
    color:hsl(234.5, 6.4%, 33.9%, 1);
  height:36px;
  display:flex;
  font-size:14px;
  align-items:center;
  font-weight:600;
  border-color:hsl(240 5.7% 82.9% / 1);
  border-style:solid;
  border-width:1px;
  justify-content:center;
  }
      

      
  .popup-subscribe\:hFEj00ClFnPK85F14mrB_:hover {
    background:#FAFAFA;
  }
      

        
      
      
  .bOVnUb {
    gap:8px;
  width:100%;
  flex-direction:row;
  }
      

      
        
      
      
  .bgyDOT {
    font-size:16px;
  font-weight:700;
  }
      

      
        
      
      
  .QAxXT {
    width:100%;
  row-gap:16px;
  max-width:480px;
  column-gap:16px;
  margin-top:50px;
  overflow-x:hidden;
  overflow-y:hidden;
  transition:transform 200ms ease-in 20ms;
  margin-left:24px;
  padding-top:24px;
  border-color:var(--border-primary, #e5e5e5);
  margin-right:24px;
  padding-left:24px;
  border-radius:8px;
  margin-bottom:24px;
  padding-right:24px;
  padding-bottom:24px;
  background-color:#ffffffff;
  }
      

      
        
      
      
  .eFBlvg {
    row-gap:16px;
  column-gap:16px;
  padding-top:16px;
  border-top-color:hsl(240 5.7% 82.9% / 1);
  border-top-style:solid;
  border-top-width:1px;
  }
      

      
        
      
      
  .pioQk {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:100dvh;
  display:flex;
  position:fixed;
  background:rgb(0 0 0 / 80%);
  overflow-x:hidden;
  overflow-y:hidden;
  transition:transform 200ms ease-out 200ms;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .dwhJOP {
    color:#6e6e6e;
  display:flex;
  font-size:12px;
  font-weight:500;
  text-decoration-line:line-through;
  }
      

      
        
      
      
  .cSWzm {
    width:16px;
  height:16px;
  display:flex;
  align-items:center;
  border-color:hsl(240 5.7% 82.9% / 1);
  border-style:solid;
  border-width:1px;
  justify-content:center;
  border-top-left-radius:360px;
  border-top-right-radius:360px;
  border-bottom-left-radius:360px;
  border-bottom-right-radius:360px;
  }
      

      
        
      
      
  .fHfHpc {
    height:100%;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  }
      

      
        
      
      
  .elThbd {
    width:50px;
  height:50px;
  }
      

      
        
      
      
  .dXoIAA {
    color:var(--text-secondary, #42576c);
  display:inline-block;
  font-size:14px;
  font-family:inherit;
  font-weight:400;
  text-decoration-color:#c4c4c4ff;
  text-decoration-style:dashed;
  }
      

      
        
      
      
  .cISTOR {
    cursor:pointer;
  padding-top:17px;
  padding-left:17px;
  padding-right:17px;
  padding-bottom:17px;
  }
      

      
        
      
      
  .xVAzz {
    color:#3f3f46;
  height:12px;
  font-size:12px;
  font-weight:500;
  }
      

      
        
      
      
  .subscriptions\:8702_hYu8dN9d1-7_qcAz {
    z-index:9;
  }
      

      
        
      
      
  .fjibpD {
    width:100%;
  height:100vh;
  display:none;
  background-color:var(--white);
  }
      

      
  .fjibpD.show-custom {
    display:flex;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

        
      
      
  .dUnzpB {
    width:fit-content;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .eYxKGG {
    color:rgb(66, 87, 108);
  font-size:16px;
  font-weight:400;
  padding-top:20px;
  }
      

      
        
      
      
  .fxzPNr {
    gap:0.5rem;
  width:100px;
  height:100px;
  display:flex;
  background: rgb(241, 243, 245);
  margin-top:50px;
  align-items:center;
  padding-left:2rem;
  padding-right:2rem;
  justify-content:center;
  border-top-left-radius:360px;
  border-top-right-radius:360px;
  border-bottom-left-radius:360px;
  border-bottom-right-radius:360px;
  }
      

      
          @media (max-width: 800px) {
            
  .fxzPNr {
    width:80px;
  height:80px;
  margin-top:30px;
  }
      

          }
          
        
      
      
  .eOHlmx {
    width:64px;
  height:64px;
  }
      

      
          @media (max-width: 800px) {
            
  .eOHlmx {
    width:48px;
  height:48px;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .AkpyN {
    left:0px;
  bottom:0px;
  display:flex;
  z-index:4;
  position:sticky;
  transition:position 300ms ease;
  flex-direction:column;
  }
      

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

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

      
        
      
      
  .lpGUK {
    flex:1;
  align-items:start;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .dVVvIv {
    color:var(--button-primary-text, #ffffff);
  font-size:var(--default-text);
  align-items:center;
  font-weight:700;
  padding-top:8px;
  padding-left:12px;
  border-radius:8px;
  padding-right:12px;
  padding-bottom:8px;
  justify-content:center;
  background-color:var(--button-primary-colored-bg, #005689);
  }
      

      
  .dVVvIv:hover {
    cursor:pointer;
  background: var(--button-colored-hover);
  }
      


  .dVVvIv:disabled {
    cursor:default;
  background-color:var(--button-primary-colored-disabled, #B8D6E6);
  }
      

        
      
      
  .sidebar-horizontal\:FprUGmXPpGB3LWRKN3uos {
    width:fit-content;
  font-size:13px;
  font-weight:600;
  border-radius:6px;
  }
      

      
        
      
      
  .eIJlAN {
    top:-2px;
  left:14px;
  color:var(--white, #ffffff);
  z-index:2;
  position:absolute;
  font-size:11px;
  min-width:16px;
  min-height:16px;
  align-items:center;
  font-weight:600;
  padding-top:1px;
  padding-left:4px;
  border-radius:360px;
  padding-right:4px;
  padding-bottom:1px;
  justify-content:center;
  background-color:var(--app-main, #008CCF);
  }
      

      
        
      
      
  .dfSEUT {
    flex:1;
  color:var(--text-primary, #0f1419);
  width:100%;
  cursor:pointer;
  display:flex;
  align-items:center;
  font-weight:400;
  padding-top:14px;
  flex-direction:row;
  padding-bottom:14px;
  justify-content:center;
  }
      

      
        
      
      
  .demGfy {
    gap:0.5rem;
  color:var(--text-secondary, #42576c);
  width:100%;
  font-size:var(--default-text);
  align-items:center;
  font-weight:600;
  padding-top:9px;
  padding-left:12px;
  border-radius:8px;
  padding-right:12px;
  flex-direction:row;
  padding-bottom:9px;
  justify-content:center;
  background-color:#f1f3f5;
  }
      

      
  .demGfy:hover {
    cursor:pointer;
  background-color:#E2E7EC;
  }
      

        
      
      
  .sidebar-horizontal\:bNpgaz7kdQZPVxO6BlvG2 {
    width:fit-content;
  font-size:13px;
  font-weight:600;
  border-radius:6px;
  }
      

      
        
      
      
  .fGMMjC {
    gap:1.5rem;
  top:0px;
  position:sticky;
  align-items:start;
  padding-left:5px;
  padding-right:10px;
  justify-content:start;
  background-color:#ffffff;
  border-top-color:var(--border-primary, #D4DBE2);
  border-top-style:solid;
  border-top-width:1px;
  }
      

      
        
      
      
  .cPeePh {
    position:relative;
  }
      

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

      
        
      
      
  .fruHoj {
    gap:8px;
  flex:1;
  width:100%;
  align-items:center;
  padding-top:14px;
  padding-left:14px;
  padding-right:6px;
  flex-direction:row;
  padding-bottom:14px;
  justify-content:space-between;
  }
      

      
        
      
      
  .ekezuN {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index:;
  position:relative;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:end;
  justify-content:start;
  }
      

      
        
      
      
  .fsfgFz {
    gap:0.5rem;
  color:#ffffff;
  width:100%;
  font-size:var(--default-text);
  align-items:center;
  font-weight:600;
  padding-top:13px;
  padding-left:20px;
  border-radius:8px;
  padding-right:20px;
  flex-direction:row;
  padding-bottom:13px;
  justify-content:center;
  background-color:var(--app-error, #f40b42);
  }
      

      
  .fsfgFz:hover {
    cursor:pointer;
  background-color:#CD0A37;
  }
      


  .fsfgFz.disabled {
    cursor:default;
  background: #f8d3d3;
  }
      

        
      
      
  .popup-signout\:2Bq4ET1Qtk2VT3nbT8jvW {
    width:fit-content;
  font-size:13px;
  font-weight:600;
  padding-top:9px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:9px;
  }
      

      
        
      
      
  .dPtFBJ {
    color:var(--text-primary, #0F1419);
  font-size:21px;
  font-family:'Inter';
  font-weight:600;
  padding-bottom:0.5rem;
  }
      

      
        
      
      
  .popup-signout\:GTF5QzMcWDC302DkhAn6d {
    width:fit-content;
  font-size:13px;
  font-weight:600;
  padding-top:9px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:9px;
  }
      

      
        
      
      
  .cBqIaZ {
    gap:1rem;
  width:100%;
  max-width:600px;
  overflow-x:hidden;
  overflow-y:hidden;
  transition:transform 200ms ease-in 20ms;
  padding-top:20px;
  padding-left:20px;
  border-radius:12px;
  margin-bottom:50px;
  padding-right:20px;
  padding-bottom:20px;
  background-color:#ffffffff;
  }
      

      
          @media (min-width: 800px) {
            
  .cBqIaZ {
    max-width:350px;
  }
      

          }
          
        
      
      
  .fauKlx {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:100vh;
  position:fixed;
  background:rgb(0 0 0 / 80%);
  overflow-x:hidden;
  overflow-y:hidden;
  transition:transform 200ms ease-out 200ms;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .bJBCtC {
    color:var(--text-secondary, #42576c);
  font-size:15px;
  font-family:'Inter';
  font-weight:400;
  padding-bottom:16px;
  }
      

      
        
      
      
  .dNcxMt {
    gap:12px;
  height:fit-content;
  display:flex;
  align-items:flex-start;
  flex-direction:row;
  justify-content:flex-end;
  }
      

      
        
      
      
  .sidebar-horizontal\:rXvGsiP0Jkp98NxFQKXjW {
    z-index:9;
  }
      

      
        
      
      
  .LgjtE {
    color:var(--text-primary);
  font-size:23px;
  font-weight:700;
  }
      

      
        
      
      
  .HiBMz {
    flex:1;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .subscriptions\:B94Z0eUQa01bTbfjLO3TC {
    width:100%;
  display:flex;
  flex-direction:column;
  }
      

      
        
      
      
  .fELqha {
    width:100%;
  }
      

      
        
      
      
  .eoakUQ {
    row-gap:16px;
  column-gap:16px;
  }
      

      
        
      
      
  .oxwpj {
    width:40px;
  height:40px;
  border-radius:360px;
  }
      

      
        
      
      
  .dShdkZ {
    gap:12px;
  cursor:pointer;
  display:flex;
  align-items:center;
  padding-top:8px;
  padding-left:16px;
  padding-right:16px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:start;
  }
      

      
  .dShdkZ:hover {
    background-color:var(--background-light-gray, #F8F9FA);
  }
      


  .dShdkZ.last:hover {
    border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

        
      
      
  .fpVrcl {
    border-color:var(--border-primary, #D4DBE2);
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  background-color:var(--white, #ffffff);
  }
      

      
        
      
      
  .euymYD {
    row-gap:4px;
  column-gap:4px;
  line-height:17px;
  flex-direction:row;
  }
      

      
        
      
      
  .bsjHSu {
    font-weight:var(--font-weight-regular);
  justify-content:center;
  }
      

      
        
      
      
  .fklXYz {
    color:var(--app-main);
  cursor:pointer;
  font-size:13px;
  font-weight:400;
  }
      

      
  .fklXYz:hover {
    text-decoration-line:underline;
  }
      

        
      
      
  .chKnoL {
    font-size:18px;
  font-weight:600;
  padding-top:12px;
  padding-left:16px;
  padding-right:16px;
  padding-bottom:12px;
  }
      

      
        
      
      
  .bIdnFC {
    height:1px;
  border-bottom-color:rgb(212, 219, 226);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
      
      
  .fwxPqg {
    gap:8px;
  width:100%;
  }
      

      
        
      
      
  .dvPTiX {
    flex:1;
  min-width:0px;
  }
      

      
        
      
      
  .bTSXzw {
    animation:rotate 1s linear infinite;
  }
      

      
        
      
      
  .reccommended\:VcrpnSFbPeHWffPXouzeP {
    width:20px;
  height:20px;
  }
      

      
        
      
      
  .cZHUdK {
    display:none;
  margin-left:5px;
  flex-direction:row;
  }
      

      
  .cZHUdK.show-custom {
    display:flex;
  align-items:flex-start;
  justify-content:center;
  }
      

        
      
      
  .eppgWr {
    color:var(--text-secondary);
  cursor:pointer;
  display:inline;
  font-size:13px;
  overflow-x:hidden;
  overflow-y:hidden;
  text-align:left;
  flex-shrink:0;
  font-weight:400;
  line-height:17px;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      

      
        
      
      
  .cdAAxu {
    display:none;
  }
      

      
  .cdAAxu.show-custom {
    display:flex;
  align-items:flex-start;
  justify-content:center;
  }
      

        
      
      
  .eiGvES {
    display:flex;
  min-width:0px;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .Dbocn {
    color:var(--text-primary, #0f1419);
  cursor:pointer;
  display:inline;
  font-size:var(--default-text);
  max-width:90%;
  overflow-x:hidden;
  overflow-y:hidden;
  flex-shrink:0;
  font-weight:600;
  line-height:20px;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      

      
        
      
      
  .emoQiE {
    color:#8c9eb2;
  font-size:13px;
  line-height:17px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
      
      
  .eMDxvK {
    color:var(--text-secondary, #42576c);
  font-size:15px;
  text-align:center;
  font-weight:400;
  }
      

      
        
      
      
  .bvXbVA {
    top:25%;
  left:25%;
  position:absolute;
  }
      

      
        
      
      
  .dFXumW {
    color:var(--text-primary, #0f1419);
  cursor:pointer;
  display:inline;
  font-size:var(--default-text);
  overflow-x:hidden;
  overflow-y:hidden;
  text-align:left;
  flex-shrink:0;
  font-weight:600;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      

      
        
      
      
  .dfdCBZ {
    width:20px;
  height:20px;
  padding-right:4px;
  }
      

      
        
      
      
  .ermEWr {
    width:100%;
  display:none;
  z-index:5;
  position:relative;
  margin-top:10px;
  border-color:#c5cfd9;
  border-style:solid;
  border-width:1px;
  border-radius:6px;
  background-color:var(--white, #ffffff);
  }
      

      
  .ermEWr.show-custom {
    display:flex;
  align-items:center;
  padding-top:8px;
  padding-left:12px;
  padding-right:12px;
  flex-direction:column;
  padding-bottom:8px;
  justify-content:start;
  }
      

        
      
      
  .fsSOsu {
    color:var(--text-secondary, #42576c);
  font-size:14px;
  text-align:left;
  font-weight:400;
  white-space:nowrap;
  }
      

      
        
      
      
  .xXbcn {
    display:flex;
  align-items:center;
  border-color:#F1F3F5;
  border-style:solid;
  border-width:1px;
  padding-left:12px;
  border-radius:6px;
  padding-right:12px;
  flex-direction:row;
  justify-content:start;
  background-color:#F1F3F5;
  }
      

      
  .xXbcn:focus-within {
    display:flex;
  align-items:center;
  border-color:var(--app-main, #0077B6);
  border-style:solid;
  border-width:1px;
  outline-color:var(--app-main, #067ACC);
  outline-style:solid;
  outline-width:1px;
  flex-direction:row;
  justify-content:start;
  background-color:#E2E7EC;
  }
      

        
      
      
  .search\:ZGC02VZieASIdGKthusOV {
    width:20px;
  height:20px;
  }
      

      
        
      
      
  .cMJNMC {
    flex:1;
  color:var(--text-primary, #0F1419);
  font-size:var(--default-text);
  margin-top:2px;
  align-items:start;
  font-weight:var(--font-weight-regular);
  padding-top:10px;
  padding-left:4px;
  margin-bottom:2px;
  padding-right:4px;
  padding-bottom:11px;
  justify-content:center;
  }
      

      
  .cMJNMC::placeholder {
    color:var(--text-placeholder, #BFBFBF);
  align-items:start;
  justify-content:center;
  }
      

        
      
      
  .jRGfq {
    width:22px;
  cursor:pointer;
  height:22px;
  display:none;
  border-radius:360px;
  background-color:var(--white);
  }
      

      
  .jRGfq.show-custom {
    display:flex;
  flex-direction:column;
  }
      


  .jRGfq:hover {
    background-color:#F1F3F5;
  }
      

        
      
      
  .puJXQ {
    gap:12px;
  cursor:pointer;
  display:flex;
  align-items:center;
  padding-top:8px;
  padding-left:12px;
  padding-right:12px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .eHwGa-D {
    left:0px;
  width:100%;
  bottom:0px;
  display:none;
  z-index:8;
  position:sticky;
  }
      

      
          @media (max-width: 1300px) {
            
  .eHwGa-D.signed-out {
    display:flex;
  flex-direction:column;
  }
      

          }
          

          @media (max-width: 800px) {
            
  .eHwGa-D.signed-in {
    display:flex;
  flex-direction:column;
  }
      

          }
          
        
      
      
  .dNOiTL {
    flex:1;
  max-width:1200px;
  min-height:100vh;
  align-items:start;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .ecsycY {
    top:0px;
  left:0px;
  display:none;
  z-index:4;
  position:sticky;
  animation:2s ease 0ms 1 normal none running animation-empty;
  }
      

      
  .ecsycY.show-custom {
    width:100%;
  display:flex;
  z-index:40;
  position:absolute;
  background:;
  }
      


          @media (min-width: 800px) {
            
  .ecsycY.signed-in {
    display:flex;
  flex-direction:column;
  }
      

          }
          

          @media (min-width: 1300px) {
            
  .ecsycY.signed-out {
    display:flex;
  flex-direction:column;
  }
      

          }
          
        
                  @keyframes animation-empty {
                    
                  }
                  
      
      
  .btpYmi {
    flex:1;
  max-width:600px;
  border-left-color:var(--border-primary, #D4DBE2);
  border-left-style:solid;
  border-left-width:1px;
  border-right-color:var(--border-primary, #D4DBE2);
  border-right-style:solid;
  border-right-width:1px;
  }
      

      
          @media (max-width: 800px) {
            
  .btpYmi {
    max-width:100%;
  }
      

          }
          
        
      
      
  .emsmfL {
    gap:8px;
  top:0px;
  z-index:1;
  position:sticky;
  min-height:52px;
  align-items:center;
  padding-top:4px;
  padding-left:16px;
  padding-right:16px;
  flex-direction:row;
  padding-bottom:4px;
  backdrop-filter:blur(12px);
  justify-content:start;
  background-color:#ffffffcc;
  border-bottom-color:var(--border-primary);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
      
      
  .csNPsh {
    flex:1;
  min-width:0px;
  }
      

      
        
      
      
  .bZMkaE {
    display:none;
  flex-direction:row;
  }
      

      
  .bZMkaE.show-custom {
    display:flex;
  }
      

        
      
      
  .ctOMPe {
    display:flex;
  row-gap:5px;
  min-width:0px;
  column-gap:5px;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .fBNgBx {
    color:var(--text-primary, #0f1419);
  cursor:pointer;
  display:inline;
  font-size:1.25rem;
  overflow-x:hidden;
  overflow-y:hidden;
  flex-shrink:0;
  font-weight:600;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      

      
        
      
      
  .dzNnGj {
    color:var(--text-secondary, #42576c);
  display:none;
  font-size:13px;
  font-weight:400;
  }
      

      
  .dzNnGj.show-custom {
    display:inline-block;
  }
      

        
      
      
  .cCiurh {
    width:34px;
  cursor:pointer;
  height:34px;
  align-items:center;
  margin-left:-3px;
  border-radius:8px;
  justify-content:center;
  }
      

      
  .cCiurh:hover {
    background-color:#F1F3F5;
  }
      

        
      
      
  
      

      
        
      
      
  .bzZFox {
    top:0px;
  left:0px;
  width:100px;
  height:100dvh;
  display:flex;
  z-index:;
  position:sticky;
  transition:position 300ms ease;
  flex-direction:column;
  }
      

      
          @media (min-width: 1300px) {
            
  .bzZFox {
    top:0px;
  width:240px;
  height:100dvh;
  display:flex;
  position:sticky;
  flex-direction:column;
  }
      

          }
          

  .bzZFox.show-custom {
    width:310px;
  height:100dvh;
  display:flex;
  max-width:80%;
  max-height:100dvh;
  align-items:flex-start;
  justify-content:center;
  }
      

        
      
      
  .dPXXde {
    padding-top:16px;
  }
      

      
        
      
      
  .bbUkbJ {
    flex:1;
  width:100%;
  align-items:start;
  justify-content:end;
  }
      

      
        
      
      
  .ehTwGn {
    gap:8px;
  max-width:200px;
  align-items:center;
  padding-top:12px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .fzBWGz {
    width:42px;
  height:42px;
  }
      

      
        
      
      
  .bXIjOp {
    gap:6px;
  width:100%;
  align-items:center;
  padding-right:12px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .etTXAO {
    align-items:start;
  justify-content:start;
  }
      

      
          @media (max-width: 1300px) {
            
  .etTXAO {
    align-items:center;
  justify-content:start;
  }
      

          }
          

  .etTXAO.show-custom {
    display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

        
      
      
  .XPbOX {
    width:100%;
  padding-left:20px;
  padding-right:20px;
  }
      

      
        
      
      
  .juIdF {
    padding-left:20px;
  padding-right:20px;
  }
      

      
        
      
      
  .eaRWBW {
    color:var(--app-main);
  cursor:pointer;
  font-size:15px;
  font-weight:400;
  }
      

      
        
      
      
  .fFluTW {
    flex:1;
  display:flex;
  row-gap:2px;
  column-gap:2px;
  padding-right:16px;
  }
      

      
        
      
      
  .sidebar-vertical\:FprUGmXPpGB3LWRKN3uos {
    width:fit-content;
  font-size:13px;
  font-weight:600;
  border-radius:6px;
  }
      

      
        
      
      
  .cLDBOY {
    row-gap:8px;
  column-gap:8px;
  }
      

      
        
      
      
  .fGnJiZ {
    height:1px;
  background: rgb(212, 219, 226);
  margin-top:8px;
  margin-bottom:20px;
  }
      

      
        
      
      
  .dIlNRT {
    width:52px;
  height:52px;
  }
      

      
        
      
      
  .bRtANW {
    gap:8px;
  color:var(--text-primary, #0f1419);
  cursor:pointer;
  align-items:center;
  font-weight:400;
  padding-top:12px;
  padding-left:12px;
  border-radius:8px;
  padding-right:12px;
  flex-direction:row;
  padding-bottom:12px;
  justify-content:start;
  }
      

      
  .bRtANW:hover {
    align-items:center;
  flex-direction:row;
  justify-content:start;
  background-color:var(--background-medium-gray, #E7E7E8);
  }
      


  .bRtANW.show-custom {
    padding-left:20px;
  padding-right:20px;
  }
      

        
      
      
  .TQyFC {
    color:var(--text-primary, #0F1419);
  font-size:28px;
  font-weight:600;
  }
      

      
        
      
      
  .duswZM {
    width:100%;
  margin-top:20px;
  }
      

      
        
      
      
  .PNbXB {
    gap:6px;
  width:100%;
  align-items:center;
  padding-left:16px;
  padding-right:12px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .cdHaNx {
    height:1px;
  background: rgb(212, 219, 226);
  margin-top:20px;
  margin-bottom:8px;
  }
      

      
        
      
      
  .dQaWLE {
    border-top-left-radius:360px;
  border-top-right-radius:360px;
  border-bottom-left-radius:360px;
  border-bottom-right-radius:360px;
  }
      

      
        
      
      
  .sidebar-vertical\:bNpgaz7kdQZPVxO6BlvG2 {
    width:fit-content;
  font-size:13px;
  font-weight:600;
  border-radius:6px;
  }
      

      
        
      
      
  .ekLDKJ {
    gap:1.5rem;
  top:0px;
  flex:1;
  width:100%;
  position:sticky;
  align-items:center;
  padding-top:10px;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:10px;
  justify-content:start;
  background-color:#ffffff;
  }
      

      
          @media (max-width: 1300px) {
            
  .ekLDKJ {
    align-items:center;
  justify-content:start;
  }
      

          }
          

  .ekLDKJ.show-custom {
    display:flex;
  align-items:flex-start;
  padding-top:20px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:0px;
  justify-content:flex-start;
  }
      

        
      
      
  .drVMDD {
    margin-top:12px;
  margin-bottom:12px;
  }
      

      
  .drVMDD.hide-custom {
    display:none;
  }
      

        
      
      
  .cjmsRl {
    color:var(--text-primary, #0f1419);
  cursor:pointer;
  display:inline;
  font-size:19px;
  overflow-x:hidden;
  overflow-y:hidden;
  flex-shrink:0;
  font-weight:800;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      

      
  .cjmsRl:hover {
    text-decoration-line: underline;
  }
      

        
      
      
  .ceBFxG {
    flex:1;
  color:#f40b42;
  font-size:inherit;
  text-align:left;
  font-weight:400;
  }
      

      
        
      
      
  .sidebar-vertical\:kKs318sehWY8XslR2K1gJ {
    width:fit-content;
  display:flex;
  row-gap:8px;
  column-gap:8px;
  align-items:center;
  font-weight:600;
  padding-top:13px;
  padding-left:20px;
  padding-right:20px;
  flex-direction:row;
  padding-bottom:13px;
  justify-content:flex-start;
  border-top-left-radius:360px;
  border-top-right-radius:360px;
  border-bottom-left-radius:360px;
  border-bottom-right-radius:360px;
  }
      

      
        
      
      
  .fdgzUO {
    gap:12px;
  min-height:48px;
  align-items:center;
  padding-top:8px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:start;
  }
      

      
  .fdgzUO:hover {
    cursor:pointer;
  background-color:var(--background-medium-gray);
  }
      

        
      
      
  .cEsiJz {
    display:flex;
  padding-top:20px;
  padding-left:12px;
  }
      

      
          @media (max-width: 1300px) {
            
  .cEsiJz {
    display:none;
  }
      

          }
          

  .cEsiJz.hide-custom {
    display:none;
  }
      

        
      
      
  .sidebar-vertical\:rXvGsiP0Jkp98NxFQKXjW {
    z-index:9;
  }
      

      
        
      
      
  .dGBToO {
    justify-content:center;
  }
      

      
          @media (min-width: 1300px) {
            
  .dGBToO {
    width:200px;
  }
      

          }
          
        
      
      
  .frCwBI {
    width:100%;
  z-index:;
  align-items:start;
  justify-content:center;
  }
      

      
        
      
      
  .bjictt {
    width:100%;
  height:100%;
  border-radius:100px;
  }
      

      
        
      
      
  .biKEHo {
    width:100%;
  height:100%;
  align-items:center;
  padding-top:4px;
  padding-left:4px;
  border-radius:100px;
  padding-right:4px;
  padding-bottom:4px;
  justify-content:center;
  }
      

      
        
      
      
  .profile-logout\:7M3mWrr3tiaz_voII1zZx {
    width:50px;
  height:50px;
  }
      

      
        
      
      
  .cBZisf {
    width:100%;
  align-items:start;
  justify-content:center;
  }
      

      
        
      
      
  .cVDfNi {
    left:0px;
  width:100%;
  bottom:84px;
  z-index:5;
  position:absolute;
  min-width:120px;
  box-shadow:0 0 16px 0 #0b0f141a;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:start;
  padding-top:4px;
  border-color:#d4dbe2;
  border-style:solid;
  border-width:1px;
  padding-left:4px;
  border-radius:8px;
  padding-right:4px;
  padding-bottom:4px;
  justify-content:center;
  background-color:#ffffffff;
  }
      

      
        
      
      
  .bQSzbZ {
    flex:1;
  color:#253342;
  display:inline-block;
  font-size:13.125px;
  text-align:left;
  font-weight:600;
  }
      

      
        
      
      
  .boDfQA {
    gap:8px;
  width:100%;
  cursor:pointer;
  padding-top:0.75rem;
  padding-left:0.75rem;
  border-radius:360px;
  padding-right:0.75rem;
  flex-direction:row;
  padding-bottom:0.75rem;
  }
      

      
  .boDfQA:hover {
    background-color:var(--background-medium-gray);
  }
      


  .boDfQA.log-visible {
    background-color:var(--background-medium-gray, #F1F3F5);
  }
      

        
      
      
  .dYmqWg {
    left:-2px;
  width:20px;
  height:20px;
  align-items:start;
  justify-content:center;
  }
      

      
        
      
      
  .fcFZfc {
    align-items:end;
  justify-content:center;
  }
      

      
        
      
      
  .bMXiHH {
    flex:1;
  display:none;
  min-width:0px;
  }
      

      
          @media (min-width: 1300px) {
            
  .bMXiHH {
    gap:8px;
  flex:1;
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

          }
          
        
      
      
  .cHHgHE {
    color:var(--text-secondary);
  cursor:pointer;
  display:inline;
  font-size:14px;
  overflow-x:hidden;
  overflow-y:hidden;
  text-align:left;
  flex-shrink:0;
  font-weight:400;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      

      
        
      
      
  .bYOSnB {
    gap:16px;
  flex:1;
  width:100%;
  cursor:pointer;
  flex-grow:1;
  font-size:var(--default-text);
  min-height:32px;
  align-items:center;
  font-weight:700;
  padding-top:10px;
  padding-left:8px;
  border-radius:4px;
  padding-right:8px;
  flex-direction:row;
  padding-bottom:10px;
  justify-content:start;
  }
      

      
  .bYOSnB:hover {
    cursor:pointer;
  background-color:var(--background-medium-gray, #F1F3F5);
  }
      

        
      
      
  
      

      
        
      
      
  .eYDBpV {
    display:none;
  font-size:19px;
  font-weight:inherit;
  line-height:19px;
  }
      

      
  .eYDBpV.show-custom {
    display:flex;
  }
      


          @media (min-width: 1300px) {
            
  .eYDBpV {
    display:flex;
  flex-direction:column;
  }
      

          }
          

  .eYDBpV.selected {
    font-weight:700;
  }
      

        
      
      
  .fvLogD {
    color:var(--text-secondary);
  width:254px;
  display:block;
  font-size:15px;
  overflow-x:hidden;
  overflow-y:hidden;
  font-weight:400;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      

      
        
      
      
  .subscriptions\:aOuncHoITo9f3XvnOAMNa {
    display:flex;
  z-index:9;
  flex-direction:column;
  }
      

      
        
      
      
  .eYIsdH {
    row-gap:8px;
  column-gap:8px;
  padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  padding-bottom:16px;
  }
      

      
        
      
      
  .cQMTYM {
    display:none;
  margin-left:5px;
  }
      

      
  .cQMTYM.show-custom {
    display:flex;
  }
      

        
      
      
  .bsETQs {
    height:20px;
  display:flex;
  background:hsl(0 0% 98% / 1);
  align-items:center;
  border-color:hsl(240 5.9% 90% / 1);
  border-style:solid;
  border-width:1px;
  padding-left:4px;
  padding-right:4px;
  justify-content:center;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  }
      

      
        
      
      
  .cEFbCw {
    height:20px;
  display:flex;
  background:hsl(144.7 81% 95.9% / 1);
  align-items:center;
  border-color:hsl(143.8 68% 80.4% / 1);
  border-style:solid;
  border-width:1px;
  padding-left:4px;
  padding-right:4px;
  justify-content:center;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  }
      

      
  .cEFbCw.cancelled {
    background:hsl(45 100% 96.1% / 1);
  border-color:hsl(44.10000000000002 98.3% 76.7% / 1);
  border-style:solid;
  border-width:1px;
  }
      

        
      
      
  .dGQqim {
    gap:1rem;
  color:var(--button-underline-text, #1A8CD8);
  width:fit-content;
  cursor:pointer;
  font-size:var(--default-text);
  align-items:start;
  font-weight:700;
  flex-direction:row;
  justify-content:center;
  text-decoration-line:;
  }
      

      
        
      
      
  .bcRvbo {
    height:2px;
  background-color:#17171700;
  }
      

      
  .bcRvbo.hovered {
    height:2px;
  background-color:var(--button-underline-text, #1A8CD8);
  }
      

        
      
      
  .subscriptions-card\:OrQfEh4r7sUKuC61Vegym {
    color:hsl(234.5 6.4% 33.9% / 1);
  height:36px;
  display:flex;
  font-size:14px;
  align-items:center;
  font-weight:600;
  justify-content:center;
  }
      

      
        
      
      
  .cevPzx {
    display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .eATLa-d {
    font-size:18px;
  font-weight:700;
  }
      

      
        
      
      
  .cdqwfz {
    flex:1  ;
  height:fit-content;
  display:flex;
  }
      

      
        
      
      
  .subscriptions-card\:iXi5AlZXiqaCvpW3o35l4 {
    color:hsl(234.5, 6.4%, 33.9%, 1);
  width:100%;
  height:36px;
  display:flex;
  font-size:14px;
  align-items:center;
  font-weight:600;
  border-color:hsl(240 5.7% 82.9% / 1);
  border-style:solid;
  border-width:1px;
  justify-content:center;
  }
      

      
  .subscriptions-card\:iXi5AlZXiqaCvpW3o35l4:hover {
    background:#FAFAFA;
  }
      

        
      
      
  .cNWvt {
    color:hsl(154.79999999999995 90.3% 24.3% / 1);
  font-size:12px;
  font-weight:500;
  line-height:16px;
  }
      

      
  .cNWvt.cancelled {
    color:hsl(21.80000000000001 91.5% 37.1% / 1);
  }
      

        
      
      
  .dETuwj {
    row-gap:4px;
  column-gap:4px;
  flex-direction:row;
  }
      

      
        
      
      
  .cAAaex {
    color:var(--text-primary, #0F1419);
  font-size:1rem;
  font-family:inherit;
  font-weight:500;
  }
      

      
        
      
      
  .cqMFbw {
    color:hsl(240 5.3% 26.1% / 1);
  font-size:12px;
  font-weight:500;
  line-height:16px;
  }
      

      
        
      
      
  .cSxOxq {
    display:flex;
  row-gap:8px;
  column-gap:8px;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .atmun {
    row-gap:4px;
  column-gap:4px;
  flex-direction:column;
  }
      

      
        
      
      
  .subscriptions\:aaILFv0AQbMp1oUK9bGaE {
    flex:1;
  width:100%;
  }
      

      
        
      
      
  .fBcOCR {
    padding-left:1px;
  padding-right:1px;
  }
      

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

      
        
      
      
  .bZxGDr {
    width:100%;
  display:contents;
  align-items:center;
  justify-content:start;
  }
      

      
        
      
      
  .bUDVKs {
    flex:1;
  color:rgb(1, 104, 213);
  font-size:var(--default-text);
  font-weight:400;
  line-height:20px;
  padding-left:12px;
  padding-right:12px;
  }
      

      
        
      
      
  .fCpmdH {
    gap:10px;
  flex:1;
  color:var(--white);
  bottom:20px;
  cursor:pointer;
  z-index:100;
  position:fixed;
  max-width:600px;
  background:rgb(240, 247, 255);
  box-shadow:0px 0px 0px 0px rgb(11 15 20 / 10%);
  transition:width 300ms ease 0ms;
  align-items:start;
  padding-top:14px;
  border-color:rgb(103, 176, 254);
  border-style:solid;
  border-width:1px;
  padding-left:16px;
  padding-right:16px;
  flex-direction:row;
  padding-bottom:14px;
  justify-content:center;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  }
      

      
        
      
      
  .subscriptions\:fQKGqpNaqkDwC68VUgojt {
    align-items:center;
  justify-content:start;
  }
      

      
        
      
      
  .dpQUoG {
    color:#3f3f46;
  font-size:14px;
  font-weight:400;
  line-height:20px;
  }
      

      
        
      
      
  .cJJrKc {
    text-align:center;
  }
      

      
        
      
      
  .dOsozu {
    color:#3f3f46;
  font-size:14px;
  text-align:center;
  font-weight:400;
  line-height:20px;
  }
      

      
        
      
      
  .dhKVeB {
    color:var(--text-primary, #0F1419);
  font-size:21px;
  font-family:'Inter';
  font-weight:600;
  }
      

      
        
      
      
  .popup-reactivate-subscription\:GTF5QzMcWDC302DkhAn6d {
    width:fit-content;
  font-size:13px;
  font-weight:600;
  padding-top:9px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:9px;
  }
      

      
        
      
      
  .dFvCqn {
    gap:1rem;
  width:100%;
  max-width:500px;
  overflow-x:hidden;
  overflow-y:hidden;
  transition:transform 200ms ease-in 20ms;
  padding-top:20px;
  padding-left:20px;
  border-radius:12px;
  margin-bottom:50px;
  padding-right:20px;
  padding-bottom:20px;
  background-color:#ffffffff;
  }
      

      
        
      
      
  .IRqMr {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:100dvh;
  position:fixed;
  background:rgb(0 0 0 / 80%);
  overflow-x:hidden;
  overflow-y:hidden;
  transition:transform 200ms ease-out 200ms;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .CcHGe {
    color:#3f3f46;
  font-size:14px;
  font-weight:700;
  line-height:20px;
  margin-right:2px;
  }
      

      
        
      
      
  .eGvwYg {
    gap:12px;
  height:fit-content;
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:end;
  }
      

      
        
      
      
  .popup-reactivate-subscription\:z5kDoDZUYkWso88PU6M-D {
    font-size:13px;
  font-weight:600;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cmCPTh {
    width:100%;
  height:100vh;
  display:flex;
  align-items:center;
  padding-top:4rem;
  padding-left:2rem;
  padding-right:2rem;
  flex-direction:column;
  padding-bottom:2rem;
  justify-content:start;
  }
      

      
        
      
      
  .popup-remove-subscription\:2Bq4ET1Qtk2VT3nbT8jvW {
    width:fit-content;
  font-size:13px;
  font-weight:600;
  padding-top:9px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:9px;
  }
      

      
  .popup-remove-subscription\:2Bq4ET1Qtk2VT3nbT8jvW:disabled {
    cursor:default;
  }
      

        
      
      
  .fAFaea {
    flex:1  ;
  color:#d92d20;
  font-size:14px;
  font-weight:600;
  line-height:21px;
  }
      

      
        
      
      
  .popup-remove-subscription\:GTF5QzMcWDC302DkhAn6d {
    width:fit-content;
  font-size:13px;
  font-weight:600;
  padding-top:9px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:9px;
  }
      

      
        
      
      
  .mxbqK {
    color:#d92d20;
  hyphens:auto;
  font-size:14px;
  transition:cursor 0 ease 500ms allow-discrete;
  font-weight:400;
  overflow-wrap:break-word;
  }
      

      
        
      
      
  .dQctyZ {
    background:hsl(5, 85.7%, 97.3%, 1);
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
        
      
      
  .subscriptions\:m8SyW3UEDg0QHPFmW8BoQ {
    z-index:9;
  }
      

      
        
      
      
  .dgGFAO {
    display:none;
  align-items:center;
  justify-content:flex-start;
  }
      

      
  .dgGFAO.show-custom {
    display:flex;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dWYxaq {
    top:0px;
  display:none;
  position:sticky;
  }
      

      
          @media (min-width: 1000px) {
            
  .dWYxaq {
    gap:16px;
  width:328px;
  display:flex;
  padding-top:20px;
  padding-left:28px;
  flex-direction:column;
  padding-bottom:20px;
  }
      

          }
          
        
      